![]() |
The Blaze library currently offers five dense matrix types (StaticMatrix, DynamicMatrix, HybridMatrix, CustomMatrix, and UniformMatrix) and three sparse matrix types (CompressedMatrix, IdentityMatrix, and ZeroMatrix). All matrices can either be stored as row-major matrices or column-major matrices:
Per default, all matrices in Blaze are row-major matrices:
Previous: Vector Operations Next: Matrix Types