Numeric array template class library. A numeric array, in addition to the usual array operations, is expected to have numeric data that can be added, subtracted, multiplied, etc.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
madrocketsci c40c9ba56e insert erase find 2 weeks ago
build insert erase find 2 weeks ago
build_linux64 insert erase find 2 weeks ago
build_mingw64 updates 4 weeks ago
build_msvc64 insert erase find 2 weeks ago
include/amscppnarray insert erase find 2 weeks ago
notes init 4 weeks ago
scripts testing updates 4 weeks ago
src insert erase find 2 weeks ago
LICENSE init 4 weeks ago
README.md yet more additions 4 weeks ago
amsnarray.code-workspace init 4 weeks ago
backup.sh init 4 weeks ago
echo init 4 weeks ago
make_linux.py init 4 weeks ago
make_mingw.py init 4 weeks ago
make_msvc.py init 4 weeks ago
pull.sh init 4 weeks ago

README.md

amscppperm1

Numeric array template class library. A numeric array, in addition to the usual array operations, is expected to have numeric data that can be added, subtracted, multiplied, etc.

This numeric array class implements random number generation, threaded vector operations, threaded math and statistics for fast operations on the arrays.

The primary object is the template class narray

ams::narray::narray<T>