Solves the system for the specified right-hand side.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual DenseVector SolveTo(
DenseVector rightHandSide,
DenseVector solution
)
Public Overridable Function SolveTo (
rightHandSide As DenseVector,
solution As DenseVector
) As DenseVector
public:
virtual DenseVector^ SolveTo(
DenseVector^ rightHandSide,
DenseVector^ solution
)
abstract SolveTo :
rightHandSide : DenseVector *
solution : DenseVector -> DenseVector
override SolveTo :
rightHandSide : DenseVector *
solution : DenseVector -> DenseVector
Parameters
- rightHandSide
- Type: Extreme.Mathematics.LinearAlgebraDenseVector
A DenseVector that specifies the right-hand side of the system. - solution
- Type: Extreme.Mathematics.LinearAlgebraDenseVector
A DenseVector that is to hold the solution of the system.
Return Value
Type:
DenseVector
Numerical Libraries
Supported in: 4.x
Reference