![]() |
CPP Linear Algebra ToolBox
0.1.0
|
Header file for Matrix class. More...


Go to the source code of this file.
Classes | |
| class | Matrix |
| A class describing a Matrix object. Matrices are array of size (n,m) whre n and m are integer greater or equal than 1. Notice that in general a matrix is not square. Non specific structure is assumed. Square, Diagonal, Triangular, etc, have dedicated classes. More... | |
Enumerations | |
| enum | MATRIX_TRANSPOSE { TRANSPOSE , NO_TRANSPOSE } |
| Enumeration of transposition operation for Matrix object, useful for fast multiplication. More... | |
Header file for Matrix class.
| enum MATRIX_TRANSPOSE |
Enumeration of transposition operation for Matrix object, useful for fast multiplication.
| Enumerator | |
|---|---|
| TRANSPOSE | |
| NO_TRANSPOSE | |