36#ifndef MADNESS_TENSOR_VECTOR_FACTORY_H__INCLUDED
37#define MADNESS_TENSOR_VECTOR_FACTORY_H__INCLUDED
79 const T&
v2,
const T&
v3) {
103 template <
typename T>
106 const T&
v4,
const T&
v5) {
118 template <
typename T>
135 template <
typename T>
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
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