MADNESS  0.10.1
Public Types | Public Member Functions | List of all members
ScalarTask Class Reference
Inheritance diagram for ScalarTask:
Inheritance graph
[legend]
Collaboration diagram for ScalarTask:
Collaboration graph
[legend]

Public Types

typedef std::tuple< const std::vector< real_function_3d > & > argtupleT
 
typedef std::shared_ptr< ScalarResult< double > > resultT
 

Public Member Functions

resultT allocator (World &world, const argtupleT &argtuple) const
 
resultT operator() (const std::vector< real_function_3d > &f1) const
 
- Public Member Functions inherited from madness::MacroTaskOperationBase
 MacroTaskOperationBase ()
 

Additional Inherited Members

- Public Attributes inherited from madness::MacroTaskOperationBase
Batch batch
 
std::string name ="unknown_task"
 
std::shared_ptr< MacroTaskPartitionerpartitioner =0
 

Member Typedef Documentation

◆ argtupleT

typedef std::tuple<const std::vector<real_function_3d> &> ScalarTask::argtupleT

◆ resultT

typedef std::shared_ptr<ScalarResult<double> > ScalarTask::resultT

Member Function Documentation

◆ allocator()

resultT ScalarTask::allocator ( World world,
const argtupleT argtuple 
) const
inline

◆ operator()()

resultT ScalarTask::operator() ( const std::vector< real_function_3d > &  f1) const
inline

References f1.


The documentation for this class was generated from the following file: