![]() |
QMCPACK
|
abstract class to defer generation of spline functors More...
Public Types | |
using | grid_type = OneDimGridBase< double > |
temporary grid in double precision More... | |
using | FnOut = MultiQuinticSpline1D< T > |
the multiple set More... | |
Public Member Functions | |
virtual void | convert (grid_type &agrid, FnOut &multiset, int ispline, int order)=0 |
convert input 1D functor to the multi set More... | |
virtual | ~TransformerBase () |
abstract class to defer generation of spline functors
T | precision of the final result |
Definition at line 38 of file RadialOrbitalSetBuilder.h.
using FnOut = MultiQuinticSpline1D<T> |
the multiple set
Definition at line 43 of file RadialOrbitalSetBuilder.h.
using grid_type = OneDimGridBase<double> |
temporary grid in double precision
Definition at line 41 of file RadialOrbitalSetBuilder.h.
|
inlinevirtual |
Definition at line 51 of file RadialOrbitalSetBuilder.h.
convert input 1D functor to the multi set
agrid | original grid |
multiset | the object that should be populated |
ispline | index of the this analytic function |
int | order quintic (or cubic) only quintic is used |
Implemented in A2NTransformer< T, FnIn >.