Base class for functors below that calculate derivative weights. More...
#include <Basis.h>
Public Member Functions | |
DerivativeFunctorBase () | |
For serialization. More... | |
DerivativeFunctorBase (size_t N, double x) | |
DerivativeFunctorBase (size_t N, double x, double a, double b) | |
void | print (const std::string &s="") const |
Protected Attributes | |
Weights | weights_ |
Base class for functors below that calculate derivative weights.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |