Diana Software
Classes | Functions
QVectorC.hh File Reference

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...
 

Function Documentation

◆ Im()

const Diana::QVector Im ( const Diana::QVectorC &  Z)

Get the imag part of the vector.

Definition at line 739 of file QVectorC.cc.

◆ operator*()

Q_END_NAMESPACE Diana::QVectorC operator* ( double  t,
const Diana::QVectorC &  v 
)

Definition at line 731 of file QVectorC.cc.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const Diana::QVectorC &  v 
)

Definition at line 724 of file QVectorC.cc.

References QVector::Size(), and vec.

◆ Re()

const Diana::QVector Re ( const Diana::QVectorC &  Z)

Get the real part of the vector.

Definition at line 737 of file QVectorC.cc.