36 #ifndef MADNESS_TENSOR_VECTOR_FACTORY_H__INCLUDED
37 #define MADNESS_TENSOR_VECTOR_FACTORY_H__INCLUDED
79 const T& v2,
const T& v3) {
91 const T& v2,
const T& v3,
103 template <
typename T>
105 const T& v2,
const T& v3,
106 const T& v4,
const T& v5) {
118 template <
typename T>
120 const T& v2,
const T& v3,
121 const T& v4,
const T& v5,
135 template <
typename T>
137 const T& v2,
const T& v3,
138 const T& v4,
const T& v5,
139 const T& v6,
const T& v7) {
auto T(World &world, response_space &f) -> response_space
Definition: global_functions.cc:34
static const double v
Definition: hatom_sf_dirac.cc:20
File holds all helper structures necessary for the CC_Operator and CC2 class.
Definition: DFParameters.h:10
std::vector< T > vector_factory(const T &v0)
Returns a std::vector<T> initialized from the arguments.
Definition: vector_factory.h:50