CHROMA
Namespaces | Functions
sn_jacob.cc File Reference

Single-node Jacobi routine. More...

#include "chromabase.h"
#include "meas/eig/sn_jacob.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
int Chroma::SN_Jacob_t (multi1d< T > &psi, const int N_eig, multi1d< Real > &lambda, multi1d< Complex > &off_diag, Real tolerance, int N_max, const Subset &sub)
 Single-node Jacobi rotation. More...
 
int Chroma::SN_Jacob (multi1d< LatticeFermion > &psi, const int N_eig, multi1d< Real > &lambda, multi1d< Complex > &off_diag, Real tolerance, int N_max, const Subset &sub)
 Single-node Jacobi rotation. More...
 

Detailed Description

Single-node Jacobi routine.

Definition in file sn_jacob.cc.