Click or drag to resize

NMathFunctionsPseudoInverse(DoubleSVDecomp, DoubleMatrix) Method

A computationally inexpensive way to calculate the pseudo-inverse of a matrix if an SVDecomp has already been computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix PseudoInverse(
	DoubleSVDecomp decomp,
	DoubleMatrix A
)

Parameters

decomp  DoubleSVDecomp
A singular value decomposition.
A  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
Remarks
Assumes that the SVD has not failed.
See Also