Click or drag to resize
Accord.NET (logo)

SingularValueDecompositionFSolve Method (Single)

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 float[,] Solve(
	float[,] value
)
Request Example View Source

Parameters

value
Type: SystemSingle
Parameter B from the equation AX = B.

Return Value

Type: Single
The solution X from equation AX = B.

Implements

ISolverMatrixDecompositionTSolve(T)
See Also