/numlib

Primary LanguageCMake

Simple C++ library for numeric calculations

The goal of the library is to provide an easy way to do array-based numeric operations in C++. There is not much emphasis on making the libary fast, just mathematically correct. You definitely don't want to be using this where performance matters.