OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <Interpolator.h>
Public Attributes | |
NDIndex< Dim > | Index_m |
int | Offset_m [Dim] |
Vektor< T, Dim > | Delta_m |
Definition at line 147 of file Interpolator.h.
Vektor<T,Dim> CacheDataCIC< T, Dim >::Delta_m |
Definition at line 150 of file Interpolator.h.
Referenced by IntCIC::gather(), and IntCIC::scatter().
NDIndex<Dim> CacheDataCIC< T, Dim >::Index_m |
Definition at line 148 of file Interpolator.h.
Referenced by IntCIC::gather(), and IntCIC::scatter().
int CacheDataCIC< T, Dim >::Offset_m[Dim] |
Definition at line 149 of file Interpolator.h.
Referenced by IntCIC::gather(), and IntCIC::scatter().