|
OOPS
|
Solves the upper triangular system sol = H \ rhs. More...
#include <vector>

Go to the source code of this file.
Namespaces | |
| oops | |
| The namespace for the main oops code. | |
Functions | |
| void | oops::UpTriSolve (const std::vector< std::vector< double > > &H, const std::vector< double > &rhs, std::vector< double > &sol, const int &dim) |
Solves the upper triangular system sol = H \ rhs.
Definition in file UpTriSolve.h.