| 
    Bridge++
    Version 1.4.4
    
   | 
 
CGNR solver. More...
#include <solver_CGNR.h>
  
 Public Member Functions | |
| Solver_CGNR (Fopr *fopr) | |
| Solver_CGNR (unique_ptr< Fopr > &fopr) | |
| ~Solver_CGNR () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | solve (Field &solution, const Field &source, int &Nconv, double &diff) | 
| Fopr * | get_fopr () | 
| double | flop_count () | 
  Public Member Functions inherited from Solver_CG | |
| Solver_CG (Fopr *fopr) | |
| Solver_CG (unique_ptr< Fopr > &fopr) | |
| ~Solver_CG () | |
| void | set_parameters (const int Niter, const int Nrestart, const double Stop_cond) | 
  Public Member Functions inherited from Solver | |
| Solver () | |
| virtual | ~Solver () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Solver_CGNR" | 
  Static Public Attributes inherited from Solver_CG | |
| static const std::string | class_name = "Solver_CG" | 
Private Attributes | |
| Field | m_b2 | 
Additional Inherited Members | |
  Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl | 
CGNR solver.
solve D x = b by (Ddag D) x = b' and b' = Ddag b.
delegate to base CG solver.
Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add flop_count. [ 8 Aug 2016 Y.Namekawa]
Definition at line 34 of file solver_CGNR.h.
      
  | 
  inline | 
Definition at line 42 of file solver_CGNR.h.
      
  | 
  inline | 
Definition at line 45 of file solver_CGNR.h.
      
  | 
  inline | 
Definition at line 48 of file solver_CGNR.h.
      
  | 
  virtual | 
Reimplemented from Solver_CG.
Definition at line 94 of file solver_CGNR.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from Solver_CG.
Definition at line 54 of file solver_CGNR.h.
      
  | 
  virtual | 
Reimplemented from Solver_CG.
Definition at line 35 of file solver_CGNR.cpp.
      
  | 
  virtual | 
Reimplemented from Solver_CG.
Definition at line 42 of file solver_CGNR.cpp.
      
  | 
  static | 
Definition at line 40 of file solver_CGNR.h.
      
  | 
  private | 
Definition at line 37 of file solver_CGNR.h.