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) {
static const double v
Definition hatom_sf_dirac.cc:20
Namespace for all elements and tools of MADNESS.
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
static XNonlinearSolver< std::vector< Function< T, NDIM > >, T, vector_function_allocator< T, NDIM > > nonlinear_vector_solver(World &world, const long nvec)
Definition nonlinsol.h:371