#include <iostream>
#include "EvtGenBase/EvtComplex.hh"
Go to the source code of this file.
◆ conj()
Definition at line 57 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/Evt3Rank3C.cc.
175 {
177
178 int i,j,k;
179
180 for(i=0;i<3;i++){
181 for(j=0;j<3;j++){
182 for(k=0;k<3;k++){
184 }
185 }
186 }
187 return temp;
188}
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(), EvtSemiLeptonicTensorAmp::CalcAmp(), conj(), EvtAmp::contract(), EvtBHadronic::decay(), EvtBsquark::decay(), EvtVectorIsr::decay(), EvtBtoXsllUtil::dGdsdupProb(), EvtBtoXsllUtil::dGdsProb(), EvtEvalHelAmp::evalAmp(), EvtLeptonVACurrent(), QCMCFilter::findD0Decay(), EvtAmp::getSpinDensity(), EvtAmpFactory< T >::getTermCoeff(), EvtSSDCP::init(), QCMCFilter::initialize(), operator*(), EvtAmpAmpPdf< T >::pdf(), EvtEvalHelAmp::probMax(), EvtPto3PAmpFactory::processAmp(), EvtTensorParticle::rotateToHelicityBasis(), and EvtParticle::setSpinDensityForwardHelicityBasis().
◆ directProd()
◆ operator*() [1/4]
◆ operator*() [2/4]
◆ operator*() [3/4]
◆ operator*() [4/4]
◆ operator+()
◆ operator-()