The auxilary class for $r / ||r||^{}$ kernels using $O(D^p)$ expansion. More...
Public Types | |
|
typedef FarFieldExpansion < InversePowDistGradientKernelAux > | TFarFieldExpansion |
|
typedef InversePowDistGradientKernel | TKernel |
|
typedef LocalExpansion < InversePowDistGradientKernelAux > | TLocalExpansion |
| typedef SeriesExpansionAux | TSeriesExpansionAux |
Public Member Functions | |
| void | AllocateDerivativeMap (int dim, int order, Matrix *derivative_map) const |
| void | ComputeDirectionalDerivatives (const Vector &x, Matrix *derivative_map, int order) const |
| double | ComputePartialDerivative (const Matrix &derivative_map, const ArrayList< int > &mapping) const |
| void | Init (double bandwidth, int max_order, int dim) |
| OT_DEF_BASIC (InversePowDistGradientKernelAux) | |
Public Attributes | |
| TKernel | kernel_ |
| The actual kernel object. | |
| TSeriesExpansionAux | sea_ |
| The actual series expansion auxilary object. | |
The auxilary class for $r / ||r||^{}$ kernels using $O(D^p)$ expansion.
Definition at line 40 of file inverse_pow_dist_kernel_aux.h.
The actual kernel object.
Definition at line 66 of file inverse_pow_dist_kernel_aux.h.
The actual series expansion auxilary object.
Definition at line 70 of file inverse_pow_dist_kernel_aux.h.
1.6.3