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 156 of file Interpolator.h.
Vektor<T,Dim> CacheDataTSC< T, Dim >::Delta_m |
Definition at line 159 of file Interpolator.h.
Referenced by IntTSC::gather(), and IntTSC::scatter().
NDIndex<Dim> CacheDataTSC< T, Dim >::Index_m |
Definition at line 157 of file Interpolator.h.
Referenced by IntTSC::gather(), and IntTSC::scatter().
int CacheDataTSC< T, Dim >::Offset_m[Dim] |
Definition at line 158 of file Interpolator.h.
Referenced by IntTSC::gather(), and IntTSC::scatter().