|
SingularValueDecompositionSolveTranspose Method (Double)
|
Solves a linear equation system of the form xA = b.
Namespace:
Accord.Math.Decompositions
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] SolveTranspose(
double[] value
)
Public Function SolveTranspose (
value As Double()
) As Double()
Request Example
View SourceParameters
- value
- Type: SystemDouble
The b from the equation xA = b.
Return Value
Type:
DoubleThe x from equation Ax = b.
See Also