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 1 month ago
build insert erase find 1 month ago
build_linux64 insert erase find 1 month ago
build_mingw64 updates 2 months ago
build_msvc64 insert erase find 1 month ago
include/amscppnarray insert erase find 1 month ago
notes init 2 months ago
scripts testing updates 2 months ago
src insert erase find 1 month ago
LICENSE init 2 months ago
README.md yet more additions 2 months ago
amsnarray.code-workspace init 2 months ago
backup.sh init 2 months ago
echo init 2 months ago
make_linux.py init 2 months ago
make_mingw.py init 2 months ago
make_msvc.py init 2 months ago
pull.sh init 2 months 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>