QMCPACK
PosTransformer.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<typename T >
void PosAoS2SoA (int nrows, int ncols, const T *restrict iptr, int lda, T *restrict out, int ldb)
 General conversion function from AoS[nrows][ncols] to SoA[ncols][ldb]. More...
 
template<typename T >
void PosSoA2AoS (int nrows, int ncols, const T *restrict iptr, int lda, T *restrict out, int ldb)
 General conversion function from SoA[ncols][ldb] to AoS[nrows][ncols]. More...