Diana Software
Functions
QMatrix.cc File Reference

Go to the source code of this file.

Functions

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

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<<()

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

Definition at line 556 of file QMatrix.cc.

◆ QObjectImp()

QObjectImp ( Diana::QMatrix  )