npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::ContOrthoPoly1DDeg Class Reference

#include <ContOrthoPoly1D.hh>

Inheritance diagram for npstat::ContOrthoPoly1DDeg:
npstat::Functor1< long double, long double >

Public Member Functions

 ContOrthoPoly1DDeg (const ContOrthoPoly1D &fcn, const unsigned degree, const long double normfactor=1.0L)
 
virtual long double operator() (const long double &a) const
 

Additional Inherited Members

- Public Types inherited from npstat::Functor1< long double, long double >
typedef long double result_type
 
typedef long double first_argument_type
 

Detailed Description

A functor for a particular degree polynomial of the given ContOrthoPoly1D. The poly system is not copied, only a reference is used. It is a responsibility of the user to make sure that the lifetime of the poly system object exceeds the lifetime of the functor.


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