QMCPACK
OptimizableFunctorBase.h File Reference

Define a base class for one-dimensional functions with optimizable variables. More...

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

Go to the source code of this file.

Classes

struct  OptimizableFunctorBase
 Base class for any functor with optimizable parameters. More...
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

void print (OptimizableFunctorBase &func, std::ostream &os, double extent=-1.0)
 evaluates a functor (value and derivative) and dumps the quantities to output More...
 
std::string extractCoefficientsID (xmlNodePtr cur)
 return the id of the first coefficients. If not found, return an emtpy string More...
 

Detailed Description

Define a base class for one-dimensional functions with optimizable variables.

Definition in file OptimizableFunctorBase.h.