Click or drag to resize
DigitalRuneMatrixD Properties

The MatrixD type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Returns the determinant of this matrix.
Public propertyInverse
Returns the inverse or pseudo-inverse of this matrix.
Public propertyIsNaN
Gets a value indicating whether a component of the vector is NaN.
Public propertyIsSquare
Gets a value indicating whether this matrix is a square matrix (number of rows is equal to number of columns).
Public propertyIsSymmetric
Gets a value indicating whether this matrix is symmetric.
Public propertyItemInt32
Gets or sets the element at the specified index.
Public propertyItemInt32, Int32
Gets or sets the element at the specified index.
Public propertyNorm1
Gets the one norm of this matrix.
Public propertyNormFrobenius
Gets the Frobenius norm of this matrix.
Public propertyNormInfinity
Gets the infinity norm of this matrix.
Public propertyNumberOfColumns
Gets the number of columns n.
Public propertyNumberOfRows
Gets the number of rows m.
Public propertyTrace
Gets the matrix trace (the sum of the diagonal elements).
Public propertyTransposed
Returns the transposed of this matrix.
Top
See Also