Solves the transposed system of linear equations for the specified
right-hand side
DenseVector and optionally
overwrites the right-hand side with the solution.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
Return Value
A
DenseVector containing the solution
of the system of simultaneous linear equations.
Exceptions
See Also