FV3 Bundle
UpTriSolve.h File Reference

Solves the upper triangular system sol = H \ rhs. More...

#include <vector>
Include dependency graph for UpTriSolve.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Solves the upper triangular system sol = H \ rhs.

Definition in file UpTriSolve.h.