RBGen
Version of the Day
|
Abstract base class for reduced basis POD methods. More...
#include <RBGen_PODMethod.hpp>
Public Member Functions | |
Constructor/Destructor. | |
PODMethod () | |
Default constructor. More... | |
virtual | ~PODMethod () |
Destructor. More... | |
Get methods | |
virtual std::vector< ScalarType > | getSingularValues () const =0 |
Returns the singular values computed corresponding to the reduced basis. More... | |
Abstract base class for reduced basis POD methods.
Definition at line 12 of file RBGen_PODMethod.hpp.
|
inline |
Default constructor.
Definition at line 19 of file RBGen_PODMethod.hpp.
|
inlinevirtual |
Destructor.
Definition at line 22 of file RBGen_PODMethod.hpp.
|
pure virtual |
Returns the singular values computed corresponding to the reduced basis.
Implemented in RBGen::IncSVDPOD, RBGen::StSVDRTR, RBGen::AnasaziPOD, and RBGen::LapackPOD.