#include "EvtComplex.hh"
#include <iostream>
Go to the source code of this file.
◆ conj()
Definition at line 55 of file Evt3Rank3C.cc.
166 {
168
169 int i, j, k;
170
171 for ( i = 0; i < 3; i++ )
172 {
173 for ( j = 0; j < 3; j++ )
174 {
175 for ( k = 0; k < 3; k++ ) { temp.
set( i, j, k,
::conj( ( t2.
get( i, j, k ) ) ) ); }
176 }
177 }
178 return temp;
179}
Evt3Rank3C conj(const Evt3Rank3C &t2)
const EvtComplex & get(int i, int j, int k) const
void set(int i, int j, int k, const EvtComplex &c)
Referenced by EvtMHelAmp::amplitude(), EvtAmp::contract(), EvtBsquark::decay(), EvtVectorIsr::decay(), EvtBtoXsllUtil::dGdsdupProb(), EvtBtoXsllUtil::dGdsProb(), eps(), EvtEvalHelAmp::evalAmp(), EvtDiracSpinor::EvtLeptonVACurrent, EvtAmp::getSpinDensity(), EvtAmpFactory< T >::getTermCoeff(), EvtSSDCP::init(), QCMCFilter::initialize(), EvtGammaMatrix::operator*, EvtRaritaSchwinger::operator*, operator*(), EvtAmpAmpPdf< T >::pdf(), EvtEvalHelAmp::probMax(), EvtAmpFactory< T >::processAmp(), EvtPto3PAmpFactory::processAmp(), EvtTensorParticle::rotateToHelicityBasis(), EvtTensorParticle::rotateToHelicityBasis(), EvtParticle::setSpinDensityForwardHelicityBasis(), and EvtParticle::setSpinDensityForwardHelicityBasis().
◆ directProd()
Referenced by EvtbTosllVectorAmp::CalcAmp(), EvtSemiLeptonicTensorAmp::CalcAmp(), EvtSemiLeptonicVectorAmp::CalcAmp(), EvtBHadronic::decay(), EvtEDM::decay(), EvtKstarnunu::decay(), EvtLNuGamma::decay(), EvtPi0Dalitz::decay(), EvtSVPCP::decay(), EvtSVPHelAmp::decay(), EvtTVSPwave::decay(), EvtVSPPwave::decay(), EvtVVSPwave::decay(), EvtDecayPlaneNormalAngle(), EvtTensorParticle::rotateToHelicityBasis(), EvtTensorParticle::rotateToHelicityBasis(), EvtVector4R::scalartripler3(), and EvtSVVHelAmp::SVVHel().
◆ operator*() [1/4]
◆ operator*() [2/4]
◆ operator*() [3/4]
◆ operator*() [4/4]
◆ operator+()
◆ operator-()