MathLib is a C++ library that adds support for matrices and vectors,
as well as definate integrals and derivatives.
It currently has 3 parts: matrixvector, calculus and complex.
This library is open-source and hosted on GitHub. To use this clone the repository and include it in your project.
The documentation can be found in the GitHub repository.