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