CHROMA
lib
util
ferm
antisymtensor.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Compute anti-symmetric tensors
4
*/
5
6
#ifndef __antisymtensor_h__
7
#define __antisymtensor_h__
8
9
namespace
Chroma
10
{
11
12
//! Return 3d antisymmetric tensor
13
/*!
14
* \ingroup ferm
15
*
16
* \return \f$\epsilon_{ijk}\f$
17
*/
18
int
antiSymTensor3d
(
int
i
,
int
j
,
int
k
);
19
20
}
// end namespace Chroma
21
22
#endif
Chroma::antiSymTensor3d
int antiSymTensor3d(int i, int j, int k)
Return 3d symmetric tensor.
Definition:
antisymtensor.cc:54
j
unsigned j
Definition:
ldumul_w.cc:35
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::i
int i
Definition:
pbg5p_w.cc:55
Chroma::k
int k
Definition:
invbicg.cc:119
Generated by
1.9.1