![]() |
QMCPACK
|
specialization for three-dimension More...
Public Types | |
using | real_type = T |
using | complex_type = std::complex< T > |
using | rpos_type = TinyVector< T, 3 > |
using | ipos_type = TinyVector< T1, 3 > |
using | cpos_type = TinyVector< std::complex< T1 >, 3 > |
Static Public Member Functions | |
static void | scale (T a, const ParticleAttrib< cpos_type > &pa, ParticleAttrib< rpos_type > &pb) |
static void | scale (T a, const ParticleAttrib< ipos_type > &pa, ParticleAttrib< rpos_type > &pb) |
static void | axpy (T a, const ParticleAttrib< cpos_type > &pa, ParticleAttrib< rpos_type > &pb) |
static void | axpy (T a, const ParticleAttrib< ipos_type > &pa, ParticleAttrib< rpos_type > &pb) |
static void | axpy (T a, const ParticleAttrib< cpos_type > &pa, const ParticleAttrib< ipos_type > &pb, ParticleAttrib< rpos_type > &py) |
static void | axpy (T a, const ParticleAttrib< ipos_type > &pa, const ParticleAttrib< ipos_type > &pb, ParticleAttrib< rpos_type > &py) |
static void | copy (const ParticleAttrib< ipos_type > &px, ParticleAttrib< rpos_type > &py) |
static void | copy (const ParticleAttrib< cpos_type > &px, ParticleAttrib< rpos_type > &py) |
specialization for three-dimension
Definition at line 228 of file ParticleAttribOps.h.
using complex_type = std::complex<T> |
Definition at line 231 of file ParticleAttribOps.h.
using cpos_type = TinyVector<std::complex<T1>, 3> |
Definition at line 234 of file ParticleAttribOps.h.
using ipos_type = TinyVector<T1, 3> |
Definition at line 233 of file ParticleAttribOps.h.
using real_type = T |
Definition at line 230 of file ParticleAttribOps.h.
using rpos_type = TinyVector<T, 3> |
Definition at line 232 of file ParticleAttribOps.h.
|
inlinestatic |
Definition at line 248 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 258 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 268 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 281 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 294 of file ParticleAttribOps.h.
|
inlinestatic |
Definition at line 296 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 236 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 246 of file ParticleAttribOps.h.