Diana Software
Classes | Functions
QMatrix.hh File Reference

Go to the source code of this file.

Classes

class  QMatrix
 Interface for matrices in Diana analysis. More...
 

Functions

Q_END_NAMESPACE Diana::QMatrix operator* (double t, const Diana::QMatrix &mat)
 scalar times QMatrix More...
 
std::ostream & operator<< (std::ostream &s, const Diana::QMatrix &m)
 

Function Documentation

◆ operator*()

Q_END_NAMESPACE Diana::QMatrix operator* ( double  t,
const Diana::QMatrix &  mat 
)

scalar times QMatrix

Parameters
tscalar
matQMatrix
Returns
product

Definition at line 550 of file QMatrix.cc.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const Diana::QMatrix &  m 
)