Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 393 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 393 Bytes

Linear-algebra-toolkit

linear-algebra-toolkit is an interface for performing matrix calculations in C++. It can be used to manage solve systems of equations and calculate matrix math with simple function calls.

This implementation is an exercise in object-oriented programming and computational mathematics, thus the goal with all of code is to emphasize OOP concepts and fast algorithms.