Click or drag to resize

FloatLowerTriMatrix(FloatMatrix) Constructor

Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a square general matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatLowerTriMatrix(
	FloatMatrix A
)

Parameters

A  FloatMatrix
A square general matrix.
Exceptions
ExceptionCondition
MatrixNotSquareException Thrown if the given matrix is not square.
See Also