Click or drag to resize
Accord.NET (logo)

JaggedSingularValueDecomposition Constructor (Double)

Constructs a new singular value decomposition.

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

Parameters

value
Type: SystemDouble
The matrix to be decomposed.
See Also