OpenMEEG
Public Member Functions | Private Attributes | List of all members
OpenMEEG::Jacobi< M > Class Template Reference

#include <gmres.h>

Collaboration diagram for OpenMEEG::Jacobi< M >:
Collaboration graph
[legend]

Public Member Functions

 Jacobi (const M &m)
 
Vector operator() (const Vector &g) const
 
 ~Jacobi ()
 

Private Attributes

SparseMatrix J
 

Detailed Description

template<typename M>
class OpenMEEG::Jacobi< M >

Definition at line 54 of file gmres.h.

Constructor & Destructor Documentation

◆ Jacobi()

template<typename M >
OpenMEEG::Jacobi< M >::Jacobi ( const M &  m)
inline

Definition at line 56 of file gmres.h.

◆ ~Jacobi()

template<typename M >
OpenMEEG::Jacobi< M >::~Jacobi ( )
inline

Definition at line 66 of file gmres.h.

Member Function Documentation

◆ operator()()

template<typename M >
Vector OpenMEEG::Jacobi< M >::operator() ( const Vector g) const
inline

Definition at line 62 of file gmres.h.

Member Data Documentation

◆ J

template<typename M >
SparseMatrix OpenMEEG::Jacobi< M >::J
private

Definition at line 68 of file gmres.h.


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