#include <iostream>


Go to the source code of this file.
Namespaces | |
| namespace | cml |
Functions | |
| template<class XprT > | |
| std::ostream & | cml::operator<< (std::ostream &os, const et::MatrixXpr< XprT > &m) |
| Output a matrix expression to a std::ostream. | |
| template<typename E , class AT , typename BO , class L > | |
| std::ostream & | cml::operator<< (std::ostream &os, const matrix< E, AT, BO, L > &m) |
| Output a matrix to a std::ostream. | |
Definition in file matrix_print.h.
1.5.9