Solve(DVector) | Solves the equation Ax = b for x. |
Solve(Matrix) | Solves the equation AX = B for the matrix X. |
Solve(DVector, DVector) | Solves the equation Ax = b for x, in place. |
Solve(Matrix, Matrix) | Solves the equation AX = B for the matrix X, in place. |