Click or drag to resize

IMapackMatrix Properties

The IMapackMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountThe number of columns of the matrix.
(Inherited from IROMatrixT)
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 propertyItemGet / sets an element of the matrix at (row, col).
(Inherited from IMatrixT)
Public propertyNorm1Returns the One Norm for the matrix.
Public propertyRowCountThe number of rows of the matrix.
(Inherited from IROMatrixT)
Public propertyTraceReturns the trace of the matrix.
Top
See Also