|
SingularValueDecompositionF. SolveTranspose 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
Syntaxpublic float[,] SolveTranspose(
float[,] value
)
Public Function SolveTranspose (
value As Single(,)
) As Single(,)
Request Example
View SourceParameters
- value
- Type:System.Single[,]
Parameter B from the equation AX = B.
Return Value
Type:
Single[,]The solution X from equation AX = B.
See Also