Click or drag to resize
Accord.NET (logo)

SingularValueDecompositionDSolve Method (Decimal)

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

Parameters

value
Type: SystemDecimal
The b from the equation Ax = b.

Return Value

Type: Decimal
The x from equation Ax = b.

Implements

ISolverMatrixDecompositionTSolve(T)
See Also