Click or drag to resize

FloatComplexLowerTriMatrix(FloatComplexMatrix) Constructor

Constructs a square FloatComplexLowerTriMatrix 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 FloatComplexLowerTriMatrix(
	FloatComplexMatrix A
)

Parameters

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