Click or drag to resize

DoubleLUFact Constructor

Constructs a DoubleLUFact instance by factoring the given matrix.

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

Parameters

A  DoubleMatrix
The matrix to factor.
See Also