OOPS
linsysteigen.h File Reference
#include <Eigen/Dense>
Include dependency graph for linsysteigen.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.
 

Typedefs

typedef Eigen::MatrixXd oops::eigenmat_
 
typedef Eigen::VectorXd oops::eigenvec_
 

Functions

eigenmat_ oops::linsysteigen (const eigenmat_ &AA, const eigenmat_ &YY)
 
eigenvec_ oops::linsysteigen (const eigenmat_ &AA, const eigenvec_ &yy)
 
eigenmat_ oops::linsysteigentrans (const eigenmat_ &UU, const eigenmat_ &II)