|
CHROMA
|
Gramm-Schmidt orthogonolization. More...
#include "meas/eig/gramschm.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
Functions | |
| template<typename T > | |
| void | Chroma::GramSchm_T (multi1d< T > &psi, const int Npsi, const multi1d< T > &vec, const int Nvec, const Subset &sub) |
| Gramm-Schmidt orthogonolization. More... | |
| template<typename T > | |
| void | Chroma::GramSchm_T (T &psi, const multi1d< T > &vec, const int Nvec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| template<typename T > | |
| void | Chroma::GramSchm_T (T &psi, const T &vec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (multi1d< LatticeFermion > &psi, const int Npsi, const multi1d< LatticeFermion > &vec, const int Nvec, const Subset &sub) |
| Gramm-Schmidt orthogonolization. More... | |
| void | Chroma::GramSchm (LatticeFermion &psi, const multi1d< LatticeFermion > &vec, const int Nvec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (LatticeColorVector &psi, const multi1d< LatticeColorVector > &vec, const int Nvec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (multi1d< LatticeFermion > &psi, const multi1d< LatticeFermion > &vec, const int Nvec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (multi1d< LatticeFermion > &psi, const multi1d< LatticeFermion > &vec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (LatticeFermion &psi, const multi1d< LatticeFermion > &vec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
| void | Chroma::GramSchm (LatticeFermion &psi, const LatticeFermion &vec, const Subset &sub) |
| Gram Schmidt rothogonalisation. More... | |
Gramm-Schmidt orthogonolization.
Definition in file gramschm.cc.