IMSL C# Numerical Library

PrintMatrix.SetMatrixType Method 

Set matrix type.

public PrintMatrix SetMatrixType(
   MatrixType matrixType
);

Parameters

matrixType
An int specifying the matrix type.

Return Value

The PrintMatrix object.

Remarks

Values for matrixType are:

Value Enumeration
0 MatrixType.Full
1 MatrixType.UpperTriangular
2 MatrixType.LowerTriangular
3 MatrixType.StrictUpperTriangular
4 MatrixType.StrictLowerTriangular

See Also

PrintMatrix Class | Imsl.Math Namespace