CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
meas
gfix
polar_dec.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Decompose a complex matrix as \f$C = exp(i\alpha) V P\f$
4
*/
5
6
#ifndef __polar_dec_h__
7
#define __polar_dec_h__
8
9
namespace
Chroma
{
10
//! Decompose a complex matrix as \f$C = exp(i\alpha) V P\f#
11
/*!
12
* \ingroup gfix
13
*
14
* Decompose a complex matrix as \f$C = exp(i\alpha) V P\f#
15
* with V SU(Nc) and \f#P = (C^\dagger C)^{1/2}\f# positive hermitian
16
*
17
* \param c complex Nc x Nc matrix ( Modify )
18
* on exit it contains the hermitian matrix P
19
* \param v the projected SU(Nc) Matrix ( Write )
20
* \param alpha the phase ( Write )
21
* \param JacAccu accuracy in the Jacobi iteration ( Read )
22
* \param JacMax maximum number of Jacobi iterations ( Read )
23
*/
24
25
void
polar_dec
(LatticeColorMatrix&
c
, LatticeColorMatrix& v,
26
LatticeReal&
alpha
,
const
Real& JacAccu,
int
JacMax);
27
28
}
29
#endif
Chroma::polar_dec
void polar_dec(LatticeColorMatrix &c, LatticeColorMatrix &v, LatticeReal &alpha, const Real &JacAccu, int JacMax)
Decompose a complex matrix as C = exp(i\alpha) V P.
Definition:
polar_dec.cc:25
Chroma::StagPhases::alpha
static const LatticeInteger & alpha(const int dim)
Definition:
stag_phases_s.h:43
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::c
Double c
Definition:
invbicg.cc:108
Generated by
1.9.1