RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::PODMethod< ScalarType > Class Template Referenceabstract

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...
 

Detailed Description

template<class ScalarType>
class RBGen::PODMethod< ScalarType >

Abstract base class for reduced basis POD methods.

Definition at line 12 of file RBGen_PODMethod.hpp.

Constructor & Destructor Documentation

template<class ScalarType>
RBGen::PODMethod< ScalarType >::PODMethod ( )
inline

Default constructor.

Definition at line 19 of file RBGen_PODMethod.hpp.

template<class ScalarType>
virtual RBGen::PODMethod< ScalarType >::~PODMethod ( )
inlinevirtual

Destructor.

Definition at line 22 of file RBGen_PODMethod.hpp.

Member Function Documentation

template<class ScalarType>
virtual std::vector<ScalarType> RBGen::PODMethod< ScalarType >::getSingularValues ( ) const
pure virtual

Returns the singular values computed corresponding to the reduced basis.

Implemented in RBGen::IncSVDPOD, RBGen::StSVDRTR, RBGen::AnasaziPOD, and RBGen::LapackPOD.


The documentation for this class was generated from the following file: