The file defines the base matrix classes: abstract class Matrix with row/column view, classes of MatrixSum, MatrixSub to get view of sum or substract of matrices, class of ReallocatableMatrix which stored by columns and class of function-generated matrix.
Definition in file matrix.hpp.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | HANDLEXCEPTION 0 |
Enumerations | |
| enum | { ReallocatableMatrix_add_allocsize = 10 } |
| Number of size which added to size of columns of ReallocatableMatrix. More... | |
|
|
Definition at line 5 of file matrix.hpp. |
|
|
Number of size which added to size of columns of ReallocatableMatrix.
Definition at line 116 of file matrix.hpp. |