Set matrix type.
int
specifying the matrix type. The PrintMatrix
object.
Values for matrixType
are:
Value | Enumeration |
---|---|
0 | MatrixType.Full |
1 | MatrixType.UpperTriangular |
2 | MatrixType.LowerTriangular |
3 | MatrixType.StrictUpperTriangular |
4 | MatrixType.StrictLowerTriangular |
PrintMatrix Class | Imsl.Math Namespace