Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

value
Type: SystemDecimal
The b from the equation xA = b.

Return Value

Type: Decimal
The x from equation Ax = b.
See Also