LibMatrix is a custom mathematical C library that helps you easily implement matrices in your program.
The library features simple tools to handle matrices and functions to apply basic arithmetic operations on them:
- Addition
- Subtractions
- Scalar multiplication
- Matrix multiplication
- Matrix powers
More advanced operations on matrices, such as:
- Matrix inverses
- Transpositions
- Submatrices
- Row operations
- ...
Release date: TBA 😛
Written in C by Lucien LE ROUX, 2016 FREE OF USE.
Static library