CHROMA
Namespaces | Functions
sn_jacob_array.cc File Reference

Single-node Jacobi routine. More...

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

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
int Chroma::SN_Jacob_Array_t (multi2d< 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_Array (multi2d< 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_array.cc.