Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 295 Bytes

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.