IMSL C# Numerical Library

PrintMatrix.MatrixType Enumeration

MatrixType indicates what part of the matrix is to be printed.

public enum PrintMatrix.MatrixType

Members

Member Name Description
Full Indicates that the full matrix is to be printed.
UpperTriangular Indicates that only the upper triangular elements of the matrix are to be printed. The matrix still must be a rectangular matrix.
LowerTriangular Indicates that only the lower triangular elements of the matrix are to be printed. The matrix still must be a rectangular matrix.
StrictUpperTriangular Indicates that only the strict upper triangular elements of the matrix are to be printed. The matrix still must be a rectangular matrix.
StrictLowerTriangular Indicates that only the strict lower triangular elements of the matrix are to be printed. The matrix still must be a rectangular matrix.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace