ISolverT Methods |
The ISolverT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Solve(MatrixT) | Solves a system of linear equations, AX = B. |
![]() | Solve(VectorT) | Solves a system of linear equations, Ax = b |
![]() | Solve(MatrixT, MatrixT) | Solves a system of linear equations, AX = B. |
![]() | Solve(VectorT, VectorT) | Solves a system of linear equations, Ax = b. |