MADNESS
0.10.1
|
Declares and implements factories for short vectors. More...
#include <vector>
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< 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... | |
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, const T &v6) |
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, const T &v6, const T &v7) |
Returns a std::vector<T> initialized from the arguments. More... | |
Declares and implements factories for short vectors.