#include <madness/mra/mra.h>
#include <type_traits>
 
Go to the source code of this file.
 | 
| namespace   | madness | 
|   | Namespace for all elements and tools of MADNESS. 
  | 
|   | 
 | 
| template<typename T , std::size_t NDIM>  | 
| std::vector< CCPairFunction< T, NDIM > >  | madness::apply (const ProjectorBase &projector, const std::vector< CCPairFunction< T, NDIM > > &argument) | 
|   | apply the projector on the argument function, potentially yielding a vector of CCPairfunctions as result  
  | 
|   | 
| template<typename projT , typename projQ >  | 
| std::enable_if< std::is_base_of< ProjectorBase, projT >::value, OuterProjector< projT, projQ > >::type  | madness::outer (const projT &p0, const projQ &p1) | 
|   |