Click or drag to resize

FloatComplexLUFact Constructor

Constructs a FloatComplexFact instance by factoring the given matrix.

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

Parameters

A  FloatComplexMatrix
The matrix to factor.
See Also