EvdTSolve Method |
| Name | Description | |
|---|---|---|
| Solve(MatrixT) | Solves a system of linear equations, AX = B, with A EVD factorized. | |
| Solve(VectorT) | Solves a system of linear equations, Ax = b, with A EVD factorized. | |
| Solve(MatrixT, MatrixT) | Solves a system of linear equations, AX = B, with A EVD factorized. | |
| Solve(VectorT, VectorT) | Solves a system of linear equations, Ax = b, with A EVD factorized. |