|
JaggedSingularValueDecompositionSolve 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
)
Public Function Solve (
value As Double()()
) As Double()()
Request Example
View SourceParameters
- value
- Type: SystemDouble
Parameter B from the equation AX = B.
Return Value
Type:
DoubleThe solution X from equation AX = B.
Implements
ISolverArrayDecompositionTSolve(T)See Also