Solves the system of linear equations for the specified
right-hand side vector.
Namespace: Extreme.Mathematics.LinearAlgebra
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
DenseVector containing the solution
of the system of simultaneous linear equations.
Exceptions
See Also