#include <Kernel.h>
|
| | Kernel () |
| | It, in fact its children, creates a new empty Kernel.
|
| |
| virtual double | dAlphaEvaluate (vector< int > alpha, vector< double > q, double h)=0 |
| | It, in fact its children, evaluates the kernel function and its Schwartz multi-index differentials.
|
| |
| | ~Kernel () |
| | It destroys the Kernel object.
|
| |
It, in fact its children, creates a new empty Kernel.
It destroys the Kernel object.
| virtual double Kernel::dAlphaEvaluate |
( |
vector< int > |
alpha, |
|
|
vector< double > |
q, |
|
|
double |
h |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: