Inherits tngmath::MatrixBase.
Inherited by XMatrix.
| Libraries | |
| ColWise | |
| CWise | |
| Get | |
| Matrix | |
| constructs a matrix and allocates nrow*ncol elements | |
| RowWise | |
The default array class 'Matrix' which is of type 'MathArrayBase' with scalar 'double' precision
Matrix provides basic linear algebra for vector, matrix and scalar operations.
The type Matrix is a specialization of the template type MathArrayBase<>, whereby the base type is a real number of double precision. Moreover, the following type identifiers are defined within Matrix:
Scalar is a scalar real number. TScalar is the same as Scalar. TIndex is a scalar integer number. MathArrayBase<TScalar> is a synonym for Matrix. Further types are: TBuffer is a data buffer of Scalar (a C array/pointer) Base is the underlying base type of Matrix. |  [Library] | 
|  [Library] | 
a symmetric (upper triangular) Eigen decomposition object
|  [Library] | 
a generalized symmetric (upper triangular) Eigen decomposition object
|  [Library] | 
 1.5.6
 1.5.6