Jpp
18.0.0
the software that should make you happy
|
Template definition for function evaluation of Legendre polynome. More...
#include <JLegendre.hh>
Public Member Functions | |
JLegendre () | |
Default constructor. More... | |
JLegendre (const double xmin, const double xmax) | |
Constructor. More... | |
template<class T > | |
JLegendre (T __begin, T __end) | |
Constructor. More... | |
template<class T > | |
void | set (T __begin, T __end) |
Set Legendre polynome. More... | |
Private Member Functions | |
void | clear () |
void | resize () |
void | erase () |
void | push_back () |
void | pop_back () |
Friends | |
std::istream & | operator>> (std::istream &in, JLegendre &object) |
Read Legendre polynome from input. More... | |
Template definition for function evaluation of Legendre polynome.
Template specialisation for function evaluation of of Legendre polynome for defined number of degrees.
Definition at line 213 of file JLegendre.hh.
|
inline |
Default constructor.
Definition at line 276 of file JLegendre.hh.
|
inline |
Constructor.
xmin | minimal abscissa value |
xmax | maximal abscissa value |
Definition at line 288 of file JLegendre.hh.
|
inline |
Constructor.
The template argument T
refers to an iterator of a data structure which should have the following data members:
__begin | begin of data |
__end | end of data |
Definition at line 308 of file JLegendre.hh.
|
inline |
Set Legendre polynome.
The template argument T
refers to an iterator of a data structure which should have the following data members:
__begin | begin of data |
__end | end of data |
Definition at line 327 of file JLegendre.hh.
|
private |
|
private |
|
private |
|
private |
|
private |
|
friend |
Read Legendre polynome from input.
in | input stream |
object | Legendre polynome |
Definition at line 360 of file JLegendre.hh.