Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const dgematrix & |
mat |
|
) |
| |
|
inline |
Definition at line 63 of file dgematrix-io.hpp.
References i(), dgematrix::m, and dgematrix::n.
65 for(CPPL_INT
i=0;
i<mat.
m;
i++){
66 for(CPPL_INT j=0; j<mat.
n; j++){
CPPL_INT m
matrix row size
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT n
matrix column size