![]() |
QMCPACK
|
Declaraton of Vector<T,Alloc> Manage memory through Alloc directly and allow referencing an existing memory. More...
Include dependency graph for OhmmsVector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vector< T, Alloc > |
| struct | CreateLeaf< Vector< T, C > > |
| class | SizeLeaf |
| struct | LeafFunctor< Scalar< T >, SizeLeaf > |
| struct | LeafFunctor< Vector< T, C >, SizeLeaf > |
| struct | LeafFunctor< Vector< T, C >, EvalLeaf1 > |
Namespaces | |
| qmcplusplus | |
| helper functions for EinsplineSetBuilder | |
Functions | |
| template<class T , class C , class Op , class RHS > | |
| void | evaluate (Vector< T, C > &lhs, const Op &op, const Expression< RHS > &rhs) |
| template<class T , class Alloc > | |
| bool | operator== (const Vector< T, Alloc > &lhs, const Vector< T, Alloc > &rhs) |
| template<class T , class Alloc > | |
| bool | operator!= (const Vector< T, Alloc > &lhs, const Vector< T, Alloc > &rhs) |
| template<class T , class Alloc > | |
| std::ostream & | operator<< (std::ostream &out, const Vector< T, Alloc > &rhs) |
| template<class T , class Alloc > | |
| std::istream & | operator>> (std::istream &is, Vector< T, Alloc > &rhs) |
Declaraton of Vector<T,Alloc> Manage memory through Alloc directly and allow referencing an existing memory.
Definition in file OhmmsVector.h.