Click or drag to resize
Accord.NET (logo)

JaggedSingularValueDecompositionDInverse Method

Computes the (pseudo-)inverse of the matrix given to the Singular value decomposition.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public decimal[][] Inverse()
Request Example View Source

Return Value

Type: Decimal

Implements

ISolverArrayDecompositionTInverse
See Also