Solves the system of linear equations for the specified
right-hand side vector.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DenseVector Solve(
Vector rightHandSide
)
Public Function Solve (
rightHandSide As Vector
) As DenseVector
public:
DenseVector^ Solve(
Vector^ rightHandSide
)
member Solve :
rightHandSide : Vector -> DenseVector
Parameters
- rightHandSide
- Type: Extreme.MathematicsVector
A Vector.
Return Value
Type:
DenseVectorA
DenseVector containing the solution
of the system of simultaneous linear equations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference