|   | SingularValueDecompositionDSolveTranspose Method (Decimal) | 
        
         
               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
Syntaxpublic decimal[] SolveTranspose(
	decimal[] value
)
Public Function SolveTranspose ( 
	value As Decimal()
) As Decimal()
Parameters
- value
- Type: SystemDecimal
 The b from the equation xA = b.
Return Value
Type: 
DecimalThe x from equation Ax = b.
 See Also
See Also