![]() |
Diana Software
|
Go to the source code of this file.
Classes | |
| class | QComplex |
Functions | |
| Q_END_NAMESPACE Diana::QComplex | operator* (double t, const Diana::QComplex &z) |
| Diana::QComplex | operator/ (double t, const Diana::QComplex &z) |
| Diana::QComplex | pow (const Diana::QComplex &z, double a) |
| Raise a complex number to a real power. More... | |
| Diana::QComplex | pow (const Diana::QComplex &z, const Diana::QComplex &a) |
| Raise a complex number to a complex power. More... | |
| double | Re (const Diana::QComplex &z) |
| Function to get the real part. More... | |
| double | Im (const Diana::QComplex &z) |
| Function to get the imag part. More... | |
| std::ostream & | operator<< (std::ostream &s, const Diana::QComplex &z) |
Definition in file QComplex.hh.
| double Im | ( | const Diana::QComplex & | z | ) |
Function to get the imag part.
Definition at line 262 of file QComplex.cc.
Referenced by QMatrixCArray::Initialize(), QRealComplexFFTW3::TransformFromFreq(), and QRealComplexFFTW3::TransformToFreq().
| Q_END_NAMESPACE Diana::QComplex operator* | ( | double | t, |
| const Diana::QComplex & | z | ||
| ) |
Definition at line 237 of file QComplex.cc.
| Diana::QComplex operator/ | ( | double | t, |
| const Diana::QComplex & | z | ||
| ) |
Definition at line 242 of file QComplex.cc.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const Diana::QComplex & | z | ||
| ) |
Definition at line 264 of file QComplex.cc.
| Diana::QComplex pow | ( | const Diana::QComplex & | z, |
| const Diana::QComplex & | a | ||
| ) |
Raise a complex number to a complex power.
Definition at line 253 of file QComplex.cc.
References a.
| Diana::QComplex pow | ( | const Diana::QComplex & | z, |
| double | a | ||
| ) |
Raise a complex number to a real power.
Definition at line 246 of file QComplex.cc.
References a.
Referenced by BesselTransformer::BesselTransformer(), QTimingAnalyzer::ComputeGoodnessThreshold(), MTestModule::Do(), MTimeEnergy::Do(), QOptimumFilter::Get(), MCoincidence::GetDistanceMm(), MFastCoincidence::GetDistanceMmChannel(), QOptimumFilter::GetInterpolated(), QFFT::GetWindow(), QFir::KayserBesselAlgorithm(), LHDRGlobalReader::Parse(), and MJitterByCoincidence::ProcessFloor().
| double Re | ( | const Diana::QComplex & | z | ) |
Function to get the real part.
Definition at line 260 of file QComplex.cc.
Referenced by QFileWriter::BuildFileName(), QBiComponentOptimumFilter::BuildFilter(), QChannelCovariance::GetCorrelation(), QChannelCovariance::GetMeanCorrelation(), QMatrixCArray::Initialize(), QRealComplexFFTW3::TransformFromFreq(), and QRealComplexFFTW3::TransformToFreq().