Click or drag to resize

NMathFunctionsPseudoInverse(DoubleMatrix) Method

Calculates the Moore Penrose pseudo inverse of a matrix.

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

Parameters

A  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
The Moore Penrose pseudo inverse of A.
See Also