Solves the system of simultaneous linear
equations represented by this instance.
Overload List
|
|
Name |
Description |
|
Solve(Matrix)
|
Solves the system of linear equations for the specified
right-hand side matrix.
|
|
Solve(Vector)
|
Solves the system of linear equations for the specified
right-hand side vector.
|
|
Solve(DenseMatrix, Boolean)
|
Solves the system of linear equations for the specified
right-hand side dense matrix and optionally overwrites the
right-hand side with the solution.
|
|
Solve(DenseVector, Boolean)
|
Solves the system of linear equations for the specified
right-hand side dense vector and optionally
overwrites the right-hand side with the solution.
|
See Also