Rheolef  7.1
an efficient C++ finite element environment
jacobi< T >

Public Member Functions

 jacobi (size_t R1, T alpha1, T beta1)
 
T operator() (T x) const
 

Protected Attributes

size_t R
 
T alpha
 
T beta
 

Detailed Description

template<class T>
class rheolef::jacobi< T >

Definition at line 24 of file jacobi.icc.

Constructor & Destructor Documentation

◆ jacobi()

jacobi ( size_t  R1,
T  alpha1,
T  beta1 
)

Definition at line 26 of file jacobi.icc.

Member Function Documentation

◆ operator()()

T operator() ( T  x) const

Definition at line 28 of file jacobi.icc.

Member Data Documentation

◆ R

size_t R
protected

Definition at line 43 of file jacobi.icc.

◆ alpha

T alpha
protected

Definition at line 44 of file jacobi.icc.

◆ beta

T beta
protected

Definition at line 44 of file jacobi.icc.


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