QMCPACK
OhmmsMatrix.h File Reference
+ Include dependency graph for OhmmsMatrix.h:

Go to the source code of this file.

Classes

class  Matrix< T, Alloc >
 
struct  CreateLeaf< Matrix< T, Alloc > >
 
class  SizeLeaf2
 
struct  LeafFunctor< Scalar< T >, SizeLeaf2 >
 
struct  LeafFunctor< Matrix< T, Alloc >, SizeLeaf2 >
 
struct  LeafFunctor< Matrix< T, Alloc >, EvalLeaf2 >
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<class T , class Alloc >
bool operator== (const Matrix< T, Alloc > &lhs, const Matrix< T, Alloc > &rhs)
 
template<class T , class Alloc >
bool operator!= (const Matrix< T, Alloc > &lhs, const Matrix< T, Alloc > &rhs)
 
template<class T , typename Alloc >
std::ostream & operator<< (std::ostream &out, const Matrix< T, Alloc > &rhs)
 
template<class T , typename Alloc >
std::istream & operator>> (std::istream &is, Matrix< T, Alloc > &rhs)
 
template<class T , typename Alloc , class Op , class RHS >
void evaluate (Matrix< T, Alloc > &lhs, const Op &op, const Expression< RHS > &rhs)