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

Public Types

typedef std::tuple< const real_function_3d &, const double &, const std::vector< real_function_3d > & > argtupleT
 
using resultT = std::vector< real_function_3d >
 

Public Member Functions

resultT allocator (World &world, const argtupleT &argtuple) const
 
resultT operator() (const real_function_3d &f1, const double &arg2, const std::vector< real_function_3d > &f2) 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 real_function_3d &, const double &, const std::vector<real_function_3d> &> MicroTask::argtupleT

◆ resultT

using MicroTask::resultT = std::vector<real_function_3d>

Member Function Documentation

◆ allocator()

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

◆ operator()()

resultT MicroTask::operator() ( const real_function_3d f1,
const double &  arg2,
const std::vector< real_function_3d > &  f2 
) const
inline

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