MADNESS  version 0.9
Namespaces | Functions
vector_factory.h File Reference

Declares and implements factories for short vectors. More...

#include <vector>
Include dependency graph for vector_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Functions

template<typename T >
std::vector< T > madness::vector_factory (const T &v0)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< T > madness::vector_factory (const T &v0, const T &v1)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< T > madness::vector_factory (const T &v0, const T &v1, const T &v2)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< T > madness::vector_factory (const T &v0, const T &v1, const T &v2, const T &v3)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< T > madness::vector_factory (const T &v0, const T &v1, const T &v2, const T &v3, const T &v4)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< T > madness::vector_factory (const T &v0, const T &v1, const T &v2, const T &v3, const T &v4, const T &v5)
 Returns a std::vector<T> initialized from the arguments. More...
 

Detailed Description

Declares and implements factories for short vectors.