Click or drag to resize

DoubleComplexLUFactFactor Method

Factors the matrix A so that self represents the LU factorization of A.

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

Parameters

A  DoubleComplexMatrix
The matrix to factor.
See Also