Click or drag to resize

MapackMatrix Properties

The MapackMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountReturns the number of columns.
Public propertyDeterminantDeterminant if matrix is square.
Public propertyFrobeniusNormReturns the Frobenius Norm for the matrix.
Public propertyInfinityNormReturns the Infinity Norm for the matrix.
Public propertyInverseInverse of the matrix if matrix is square, pseudoinverse otherwise.
Public propertyIsSquareReturn if the matrix is a square matrix.
Public propertyIsSymmetricReturns if the matrix is symmetric.
Public propertyItemAccess the value at the given location.
Public propertyNorm1Returns the One Norm for the matrix.
Public propertyRowCountReturns the number of columns.
Public propertyTraceReturns the trace of the matrix.
Top
See Also