|
JaggedSingularValueDecompositionDSolveTranspose 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 public decimal[] SolveTranspose(
decimal[] value
)
Public Function SolveTranspose (
value As Decimal()
) As Decimal()
Request Example
View SourceParameters
- value
- Type: SystemDecimal
The b from the equation xA = b.
Return Value
Type:
DecimalThe x from equation Ax = b.
See Also