Constructs an DoubleComplexLUFact instance by factoring the given matrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexLUFact(
	DoubleComplexMatrix A
)
Visual Basic (Declaration)
Public Sub New ( _
	A As DoubleComplexMatrix _
)
Visual C++
public:
DoubleComplexLUFact(
	DoubleComplexMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
The matrix to factor.

See Also