#include <madness/mra/mra.h>
#include <type_traits>
Go to the source code of this file.
|
| madness |
| File holds all helper structures necessary for the CC_Operator and CC2 class.
|
|
|
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 More...
|
|
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) |
|