Click or drag to resize

DoubleSVDecompFactorInPlace Method

Builds a decomposition for the matrix A in place. The contents of the matrix A are destroyed.

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

Parameters

A  DoubleMatrix
A matrix.
Remarks
The elements of the matrix are not checked for NaN and inifinite values.
See Also