A template library for matrix operations. Visit changelog.
View library.md for a list of all the member variables and functions available.
Example code available in demo.cpp.
- creating a zero matrix of given size
- creating a unit matrix of given size
- get
- set
- equals
- addition
- subtraction
- scalar multiplication
- matrix multiplication
- power
- overloaded operators
- determinant
- transpose
- cofactor
- adjoint
- inverse