math toolkit
A C++ and Python library for finance, statistics and linear algebra.
...Linear algebra features include matrix arithmetic, inverse, determinant, rank, linear system solution, lu/qr decomposition, svd, eigen values/vectors ...
And some auxiliary features like random number generators, equation solution, numerical integration, permutation/combination and gcd/lcm etc.
It is aimed to be a convenient and handy toolkit to check out your ideas.