Click or drag to resize

TriangularMatrixTypes Enumeration

Enumeration for specifying the storage scheme of a matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum TriangularMatrixTypes
Members
Member nameValueDescription
Upper0 Upper triangular matrix. All entries below the main diagonal are zero.
Lower1 Lower triangular matrix. All entries above the main diagonal are zero.
See Also