Skip to content

cyruscousins/CPlusPlusArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C++ array management templated header library.

array.hpp provides a lightweight templated array class.  It provides a convenient way to encapsulate a pointer with its size, as well as basic functionality such as equality testing and allocation, in addition to more advanced functionality in the form of higher order operators, such as filter and map.  A convenient and (relatively) safe (through const) method of parallelization is provided via the mapParallel function.

vectormath.hpp provides functions over (mathematical) vectors, such as min, max, stdev, and various distance metrics and norms.

About

templated Array class with higher order functions and templated math functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published