![]() |
QMCPACK
|
specialization for 2-dimension More...
Public Types | |
using | real_type = T |
using | complex_type = std::complex< T > |
using | rpos_type = TinyVector< T, 2 > |
using | ipos_type = TinyVector< T1, 2 > |
using | cpos_type = TinyVector< std::complex< T1 >, 2 > |
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) |
specialization for 2-dimension
Definition at line 309 of file ParticleAttribOps.h.
using complex_type = std::complex<T> |
Definition at line 312 of file ParticleAttribOps.h.
using cpos_type = TinyVector<std::complex<T1>, 2> |
Definition at line 315 of file ParticleAttribOps.h.
using ipos_type = TinyVector<T1, 2> |
Definition at line 314 of file ParticleAttribOps.h.
using real_type = T |
Definition at line 311 of file ParticleAttribOps.h.
using rpos_type = TinyVector<T, 2> |
Definition at line 313 of file ParticleAttribOps.h.
|
inlinestatic |
Definition at line 329 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 338 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 347 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 359 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 317 of file ParticleAttribOps.h.
References Vector< T, Alloc >::size().
|
inlinestatic |
Definition at line 326 of file ParticleAttribOps.h.