Mapack |
The MapackMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | Returns the number of columns. | |
| 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 | Access the value at the given location. | |
| Norm1 | Returns the One Norm for the matrix. | |
| RowCount | Returns the number of columns. | |
| Trace | Returns the trace of the matrix. |