FEDRA emulsion software from the OPERA Collaboration
SMatrix.hh File Reference
#include <iosfwd>
#include "Expression.hh"
#include "SMatrix.icc"
#include "MatrixFunctions.hh"
Include dependency graph for SMatrix.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SMatrix< T, D1, D2 >
 

Functions

template<class T , unsigned int D1, unsigned int D2>
std::ostream & operator<< (std::ostream &os, const SMatrix< T, D1, D2 > &rhs)
 

Function Documentation

◆ operator<<()

template<class T , unsigned int D1, unsigned int D2>
std::ostream & operator<< ( std::ostream &  os,
const SMatrix< T, D1, D2 > &  rhs 
)
inline
212 {
213 return rhs.print(os);
214}
std::ostream & print(std::ostream &os) const
used by operator<<()