|
CHROMA
|
#include "chromabase.h"Go to the source code of this file.
Classes | |
| class | Chroma::LinAlg::OptEigInfo |
| class | Chroma::LinAlg::EigInfo |
| class | Chroma::LinAlg::Vectors< T > |
| Hold vectors. More... | |
| class | Chroma::LinAlg::OptEigBiInfo< R > |
| class | Chroma::LinAlg::RitzPairs< T > |
| Holds eigenvalues and eigenvectors. More... | |
| class | Chroma::LinAlg::Matrix< T > |
| This is a square matrix. More... | |
| class | Chroma::LinAlg::VectorArrays< T > |
| Hold vectors. More... | |
| class | Chroma::LinAlg::RitzPairsArray< T > |
| Holds eigenvalues and arrays of eigenvectors for use in 5D work. More... | |
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::LinAlg | |
Functions | |
| template<typename T , typename R > | |
| void | Chroma::LinAlg::CopyToLatFerm (T &lf, RComplex< R > *px, const Subset &s) |
| copies an EigCG std::vector to a LatticeFermion (Works only in single prec. More... | |
| template<typename T , typename R > | |
| void | Chroma::LinAlg::CopyFromLatFerm (RComplex< R > *px, const T &lf, const Subset &s) |