acoustid / numlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:CMake 54.0%Language:C++ 46.0%