Click or drag to resize

DoubleComplexLUFact Constructor

Constructs a DoubleComplexLUFact instance by factoring the given matrix.

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

Parameters

A  DoubleComplexMatrix
The matrix to factor.
See Also