#include <iosfwd>
#include "Expression.hh"
#include "SMatrix.icc"
#include "MatrixFunctions.hh"
Go to the source code of this file.
|
template<class T , unsigned int D1, unsigned int D2> |
std::ostream & | operator<< (std::ostream &os, const SMatrix< T, D1, D2 > &rhs) |
|
◆ 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<<()