Click or drag to resize

NMathFunctionsPseudoInverse(DoubleComplexMatrix) 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 DoubleComplexMatrix PseudoInverse(
	DoubleComplexMatrix A
)

Parameters

A  DoubleComplexMatrix
A matrix.

Return Value

DoubleComplexMatrix
The Moore Penrose pseudo inverse of A.
See Also