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