#include <linalg.h>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | std |
The standard namespace. | |
Functions | |
template<typename _Tp , int NN, int IND_OFFSET> | |
ostream & | std::operator<< (ostream &o, const mtl::light1D< _Tp, NN, IND_OFFSET > &a) |
template<typename _Tp > | |
ostream & | std::operator<< (ostream &s, const linalg::matrix< _Tp > &A) |
template<typename _Tp > | |
ostream & | std::operator<< (ostream &s, const linalg::c_matrix< _Tp > &A) |
Definition in file print_matrix.h.