Solves the system of linear equations for the specified
right-hand side complex vector.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public ComplexDenseVector Solve(
ComplexVector rightHandSide
)
Public Function Solve (
rightHandSide As ComplexVector
) As ComplexDenseVector
public:
ComplexDenseVector^ Solve(
ComplexVector^ rightHandSide
)
member Solve :
rightHandSide : ComplexVector -> ComplexDenseVector
Parameters
- rightHandSide
- Type: Extreme.MathematicsComplexVector
A ComplexVector.
Return Value
Type:
ComplexDenseVectorA
ComplexDenseVector containing the solution
of the system of simultaneous linear equations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference