I couldn't use Armadillo for my numerical methods course, so I kinda cloned the functionallities I use the most from that library and used the to implement several numerical methods algorithms.
- The
src/MATRIXmodule holds the armadillo pseudo-clone. src/LINALGholds several numerical algorithms for solving linear systems of equations, calculating eigenvalues and decomposing matrices.src/INTandsrc/DIFFare for automatic integration and diferentiation.
To run the examples, use the data in the data folder.
