OpenWalnut
1.4.0
|
Recursive evaluation of a spherical function for a gradient. More...
#include <WTensorMeta.h>
Static Public Member Functions | |
static Data_T | evaluate (Data_T const *&tens, Data_T const *, Data_T w) |
Multiply the accumulated weight by the tensor component. |
Recursive evaluation of a spherical function for a gradient.
Definition at line 105 of file WTensorMeta.h.
static Data_T WRecursiveTensorEvaluation< Data_T, 0, n, N, m >::evaluate | ( | Data_T const *& | tens, |
Data_T const * | , | ||
Data_T | w | ||
) | [inline, static] |
Multiply the accumulated weight by the tensor component.
tens | A pointer to the tensor components. |
w | The result up to now. |
Definition at line 115 of file WTensorMeta.h.