![]() |
The Blaze library currently offers four dense matrix types (StaticMatrix, DynamicMatrix, HybridMatrix, and CustomMatrix) and one sparse matrix type (CompressedMatrix). 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