![]() |
QMCPACK
|
Go to the source code of this file.
Classes | |
struct | SplineStoragePrecision< ST > |
struct | SplineStoragePrecision< float > |
struct | SplineStoragePrecision< double > |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Functions | |
std::unique_ptr< BsplineReader > | createBsplineComplex (EinsplineSetBuilder *e, bool use_single, bool hybrid_rep, const std::string &useGPU) |
create a reader which handles complex (double size real) splines, C2R or C2C case spline storage and computation precision is double More... | |
std::unique_ptr< BsplineReader > | createBsplineReal (EinsplineSetBuilder *e, bool use_single, bool hybrid_rep, const std::string &useGPU) |
create a reader which handles real splines, R2R case spline storage and computation precision is double More... | |
struct qmcplusplus::SplineStoragePrecision |
Definition at line 26 of file createBsplineReader.h.