MADNESS  0.10.1
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
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

template<typename T >
std::vector< Tmadness::vector_factory (const T &v0)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< Tmadness::vector_factory (const T &v0, const T &v1)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< Tmadness::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< Tmadness::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< Tmadness::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< Tmadness::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...
 
template<typename T >
std::vector< Tmadness::vector_factory (const T &v0, const T &v1, const T &v2, const T &v3, const T &v4, const T &v5, const T &v6)
 Returns a std::vector<T> initialized from the arguments. More...
 
template<typename T >
std::vector< Tmadness::vector_factory (const T &v0, const T &v1, const T &v2, const T &v3, const T &v4, const T &v5, const T &v6, const T &v7)
 Returns a std::vector<T> initialized from the arguments. More...
 

Detailed Description

Declares and implements factories for short vectors.