Set matrix type.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public PrintMatrix SetMatrixType(
	PrintMatrix..::.MatrixType matrixType
)
Visual Basic (Declaration)
Public Function SetMatrixType ( _
	matrixType As PrintMatrix..::.MatrixType _
) As PrintMatrix
Visual C++
public:
PrintMatrix^ SetMatrixType(
	PrintMatrix..::.MatrixType matrixType
)

Parameters

matrixType
Type: Imsl.Math..::.PrintMatrix..::.MatrixType
An int specifying the matrix type.

Return Value

The PrintMatrix object.

Remarks

Values for matrixType are:

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

See Also