suanPan
FEAST Class Referencefinal

A FEAST class defines a solver using FEAST iteration. More...

#include <FEAST.h>

Inheritance diagram for FEAST:
Collaboration diagram for FEAST:

Public Member Functions

 FEAST (unsigned, unsigned, double, double, bool)
 
int initialize () override
 
int analyze () override
 
void print () override
 
- Public Member Functions inherited from Solver
 Solver (unsigned=0)
 
 Solver (const Solver &)=default
 
 Solver (Solver &&)=default
 
Solveroperator= (const Solver &)=delete
 
Solveroperator= (Solver &&)=delete
 
 ~Solver () override=default
 
virtual int initialize ()
 
virtual int analyze ()=0
 
virtual void set_step_size (double)
 
void set_step_amplifier (double)
 
double get_step_amplifier () const
 
void set_converger (const shared_ptr< Converger > &)
 
const shared_ptr< Converger > & get_converger () const
 
void set_integrator (const shared_ptr< Integrator > &)
 
const shared_ptr< Integrator > & get_integrator () const
 
bool constant_matrix () const
 
- Public Member Functions inherited from Tag
 Tag (unsigned=0)
 
 Tag (const Tag &)=default
 
 Tag (Tag &&)=default
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (Tag &&)=delete
 
virtual ~Tag ()=default
 
void set_tag (unsigned) const
 
unsigned get_tag () const
 
void enable ()
 
void disable ()
 
void guard ()
 
void unguard ()
 
bool is_active () const
 
bool is_guarded () const
 
virtual void print ()
 

Detailed Description

A FEAST class defines a solver using FEAST iteration.

Author
tlc
Date
12/04/2021
Version
0.1.0

Constructor & Destructor Documentation

◆ FEAST()

FEAST::FEAST ( unsigned  T,
unsigned  N,
double  C,
double  R,
bool  Q 
)

Member Function Documentation

◆ analyze()

int FEAST::analyze ( )
overridevirtual

Implements Solver.

Here is the call graph for this function:

◆ initialize()

int FEAST::initialize ( )
overridevirtual

Reimplemented from Solver.

Here is the call graph for this function:

◆ print()

void FEAST::print ( )
overridevirtual

Reimplemented from Tag.


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