CHROMA
Typedefs | Functions
t_precnef.cc File Reference
#include <iostream>
#include <cstdio>
#include <stdlib.h>
#include <sys/time.h>
#include "chroma.h"

Go to the source code of this file.

Typedefs

typedef multi1d< LatticeFermion > MLF
 
typedef multi1d< LatticeColorMatrix > LCM
 
typedef void(EvenOddPrecLinearOperator< MLF, LCM >::* EO_mem) (MLF &, const MLF &, enum PlusMinus) const
 

Functions

double time_func (const EvenOddPrecLinearOperator< MLF, LCM > *p, EO_mem A, MLF &chi, const MLF &psi, enum PlusMinus isign)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ EO_mem

typedef void(EvenOddPrecLinearOperator< MLF, LCM >::* EO_mem) (MLF &, const MLF &, enum PlusMinus) const

Definition at line 15 of file t_precnef.cc.

◆ LCM

typedef multi1d<LatticeColorMatrix> LCM

Definition at line 13 of file t_precnef.cc.

◆ MLF

typedef multi1d<LatticeFermion> MLF

Definition at line 12 of file t_precnef.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ time_func()

double time_func ( const EvenOddPrecLinearOperator< MLF, LCM > *  p,
EO_mem  A,
MLF chi,
const MLF psi,
enum PlusMinus  isign 
)

Definition at line 18 of file t_precnef.cc.

References Chroma::A(), Chroma::chi(), Chroma::i, Chroma::isign, Chroma::p, and Chroma::psi.

Referenced by main().