MADNESS 0.10.1
|
Declares and implements factories for short vectors. More...
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Functions | |
template<typename T > | |
std::vector< T > | madness::vector_factory (const T &v0) |
Returns a std::vector<T> initialized from the arguments. | |
template<typename T > | |
std::vector< T > | madness::vector_factory (const T &v0, const T &v1) |
Returns a std::vector<T> initialized from the arguments. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
Declares and implements factories for short vectors.