Click or drag to resize

NMathFunctionsPseudoInverse(FloatSVDecomp, FloatMatrix) 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 FloatMatrix PseudoInverse(
	FloatSVDecomp decomp,
	FloatMatrix A
)

Parameters

decomp  FloatSVDecomp
A singular value decomposition.
A  FloatMatrix
A matrix.

Return Value

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