QMCPACK
VectorSoaContainer.h File Reference

Soa Container for D-dim vectors. More...

+ Include dependency graph for VectorSoaContainer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VectorSoaContainer< T, D, Alloc >
 SoA adaptor class for Vector<TinyVector<T,D> > More...
 
struct  VectorSoaContainer< T, D, Alloc >::Accessor
 helper class for operator ()(size_type i) to assign a value More...
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Detailed Description

Soa Container for D-dim vectors.

Alternative to Container<TinyVector<T,D> > to support SoA algorithms

Definition in file VectorSoaContainer.h.