Click or drag to resize
Accord.NET (logo)

JaggedSingularValueDecompositionFReverse Method

Reverses the decomposition, reconstructing the original matrix X.

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

Return Value

Type: Single

Implements

ISolverArrayDecompositionTReverse
See Also