Solves the system of equations for the specified right-hand side and returns the result.
Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Function Solve ( _
rightHandSide As Vector _
) As DenseVector
|
Return Value
A vector that contains the solution of the system.
Exceptions
See Also