MatrixF Properties |
The MatrixF type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Returns the determinant of this matrix.
| |
Inverse |
Returns the inverse or pseudo-inverse of this matrix.
| |
IsNaN |
Gets a value indicating whether a component of the vector is NaN.
| |
IsSquare |
Gets a value indicating whether this matrix is a square matrix (number of rows is equal to
number of columns).
| |
IsSymmetric |
Gets a value indicating whether this matrix is symmetric.
| |
ItemInt32 |
Gets or sets the element at the specified index.
| |
ItemInt32, Int32 |
Gets or sets the element at the specified index.
| |
Norm1 |
Gets the one norm of this matrix.
| |
NormFrobenius |
Gets the Frobenius norm of this matrix.
| |
NormInfinity |
Gets the infinity norm of this matrix.
| |
NumberOfColumns |
Gets the number of columns n.
| |
NumberOfRows |
Gets the number of rows m.
| |
Trace |
Gets the matrix trace (the sum of the diagonal elements).
| |
Transposed |
Returns the transposed of this matrix.
|