CHROMA
Public Member Functions | Public Attributes | List of all members
Chroma::LinAlg::EigInfo Class Reference

#include <containers.h>

Public Member Functions

void init (int ldh, int lde_)
 
 EigInfo (const OptEigInfo &o, const Subset &s)
 

Public Attributes

int ncurEvals
 
int lde
 
float restartTol
 
multi1d< Real > evals
 
multi1d< LatticeFermion > evecs
 
multi1d< Complex > H
 
multi1d< Complex > HU
 

Detailed Description

Definition at line 125 of file containers.h.

Constructor & Destructor Documentation

◆ EigInfo()

Chroma::LinAlg::EigInfo::EigInfo ( const OptEigInfo o,
const Subset &  s 
)
inline

Member Function Documentation

◆ init()

void Chroma::LinAlg::EigInfo::init ( int  ldh,
int  lde_ 
)
inline

Member Data Documentation

◆ evals

multi1d<Real> Chroma::LinAlg::EigInfo::evals

Definition at line 130 of file containers.h.

Referenced by EigInfo(), and init().

◆ evecs

multi1d<LatticeFermion> Chroma::LinAlg::EigInfo::evecs

Definition at line 131 of file containers.h.

Referenced by EigInfo(), and init().

◆ H

multi1d<Complex> Chroma::LinAlg::EigInfo::H

Definition at line 132 of file containers.h.

Referenced by EigInfo(), and init().

◆ HU

multi1d<Complex> Chroma::LinAlg::EigInfo::HU

Definition at line 133 of file containers.h.

Referenced by EigInfo(), and init().

◆ lde

int Chroma::LinAlg::EigInfo::lde

Definition at line 128 of file containers.h.

Referenced by EigInfo(), and init().

◆ ncurEvals

int Chroma::LinAlg::EigInfo::ncurEvals

Definition at line 127 of file containers.h.

Referenced by EigInfo(), and init().

◆ restartTol

float Chroma::LinAlg::EigInfo::restartTol

The documentation for this class was generated from the following file: