Click or drag to resize
Accord.NET (logo)

JaggedSingularValueDecomposition. Solve Method (Double[] )

Solves a linear equation system of the form Ax = b.

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

Parameters

value
Type:System.Double[]
The b from the equation Ax = b.

Return Value

Type:Double[]
The x from equation Ax = b.

Implements

ISolverArrayDecomposition<T>.Solve(T[])
See Also