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