![]() |
Diana Software
|
Go to the source code of this file.
Classes | |
| class | QVectorC |
| Interface for complex vectors in Diana analysis. More... | |
Functions | |
| Q_END_NAMESPACE Diana::QVectorC | operator* (double t, const Diana::QVectorC &v) |
| std::ostream & | operator<< (std::ostream &s, const Diana::QVectorC &v) |
| const Diana::QVector | Re (const Diana::QVectorC &Z) |
| Get the real part of the vector. More... | |
| const Diana::QVector | Im (const Diana::QVectorC &Z) |
| Get the imag part of the vector. More... | |
| const Diana::QVector Im | ( | const Diana::QVectorC & | Z | ) |
Get the imag part of the vector.
Definition at line 739 of file QVectorC.cc.
| Q_END_NAMESPACE Diana::QVectorC operator* | ( | double | t, |
| const Diana::QVectorC & | v | ||
| ) |
Definition at line 731 of file QVectorC.cc.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const Diana::QVectorC & | v | ||
| ) |
Definition at line 724 of file QVectorC.cc.
References QVector::Size(), and vec.
| const Diana::QVector Re | ( | const Diana::QVectorC & | Z | ) |
Get the real part of the vector.
Definition at line 737 of file QVectorC.cc.