|
SingularValueDecompositionFSolveTranspose Method (Single)
|
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 float[] SolveTranspose(
float[] value
)
Public Function SolveTranspose (
value As Single()
) As Single()
Request Example
View SourceParameters
- value
- Type: SystemSingle
The b from the equation xA = b.
Return Value
Type:
SingleThe x from equation Ax = b.
See Also