FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MATRIX Namespace Reference

Namespaces

namespace  ROOTDict
 

Classes

class  CMatrix
 
class  VtMatrix
 
class  VtNegMatrix
 
class  VtSqMatrix
 
class  VtSymMatrix
 
class  VtVector
 

Functions

std::ostream & operator<< (std::ostream &os, const VtMatrix &t)
 
std::ostream & operator<< (std::ostream &os, const VtNegMatrix &t)
 
std::ostream & operator<< (std::ostream &os, const VtSqMatrix &t)
 
std::ostream & operator<< (std::ostream &os, const VtSymMatrix &t)
 
std::ostream & operator<< (std::ostream &os, const VtVector &t)
 

Function Documentation

◆ operator<<() [1/5]

std::ostream & MATRIX::operator<< ( std::ostream &  os,
const VtMatrix t 
)
inline
189 {
190 t.print(os);
191 return os;
192 }
TTree * t
Definition: check_shower.C:4

◆ operator<<() [2/5]

std::ostream & MATRIX::operator<< ( std::ostream &  os,
const VtNegMatrix t 
)
inline
112 {
113 t.print(os);
114 return os;
115 }

◆ operator<<() [3/5]

std::ostream & MATRIX::operator<< ( std::ostream &  os,
const VtSqMatrix t 
)
inline
87 {
88 t.print(os);
89 return os;
90 }

◆ operator<<() [4/5]

std::ostream & MATRIX::operator<< ( std::ostream &  os,
const VtSymMatrix t 
)
inline
142 {
143 t.print(os);
144 return os;
145 }

◆ operator<<() [5/5]

std::ostream & MATRIX::operator<< ( std::ostream &  os,
const VtVector t 
)