| MADNESS
    version 0.9
    | 
Declares and implements factories for short vectors. More...
#include <vector>

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... | |
Declares and implements factories for short vectors.
 1.8.8
 1.8.8