Math library with support for Fractions, Complex numbers and Linear Algebra(Vectors, Matrices and Matrix Decomposition)
The library is made to learn more advanced topics in c++, such as:
- template classes and functions
- operator overloading
- copy and move operators