Solves the system of linear equations for the specified
right-hand side matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<T> Solve(
Matrix<T> rightHandSide
)
Public Function Solve (
rightHandSide As Matrix(Of T)
) As Matrix(Of T)
public:
Matrix<T>^ Solve(
Matrix<T>^ rightHandSide
)
member Solve :
rightHandSide : Matrix<'T> -> Matrix<'T>
Parameters
- rightHandSide
- Type: Extreme.MathematicsMatrixT
A MatrixT.
Return Value
Type:
MatrixTA
DenseMatrixT containing the solution
of the system of simultaneous linear equations.
Numerical Libraries
Supported in: 6.0
Reference