MADNESS 0.10.1
Public Member Functions | Public Attributes | List of all members
function_allocator< T, NDIM > Struct Template Reference
Collaboration diagram for function_allocator< T, NDIM >:
Collaboration graph
[legend]

Public Member Functions

 function_allocator (World &world)
 
Function< T, NDIMoperator() ()
 allocate a vector of n empty functions
 

Public Attributes

const int n =-1
 
Worldworld
 

Constructor & Destructor Documentation

◆ function_allocator()

template<typename T , std::size_t NDIM>
function_allocator< T, NDIM >::function_allocator ( World world)
inline
Parameters
[in]worldthe world

Member Function Documentation

◆ operator()()

template<typename T , std::size_t NDIM>
Function< T, NDIM > function_allocator< T, NDIM >::operator() ( )
inline

allocate a vector of n empty functions

References madness::f, madness::nonlinear_vector_solver(), and function_allocator< T, NDIM >::world.

Member Data Documentation

◆ n

template<typename T , std::size_t NDIM>
const int function_allocator< T, NDIM >::n =-1

◆ world

template<typename T , std::size_t NDIM>
World& function_allocator< T, NDIM >::world

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