IMapack |
The IMapackMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | The number of columns of the matrix. (Inherited from IROMatrixT) | |
| Determinant | Determinant if matrix is square. | |
| FrobeniusNorm | Returns the Frobenius Norm for the matrix. | |
| InfinityNorm | Returns the Infinity Norm for the matrix. | |
| Inverse | Inverse of the matrix if matrix is square, pseudoinverse otherwise. | |
| IsSquare | Return if the matrix is a square matrix. | |
| IsSymmetric | Returns if the matrix is symmetric. | |
| Item | Get / sets an element of the matrix at (row, col). (Inherited from IMatrixT) | |
| Norm1 | Returns the One Norm for the matrix. | |
| RowCount | The number of rows of the matrix. (Inherited from IROMatrixT) | |
| Trace | Returns the trace of the matrix. |