Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const dsymatrix & |
mat |
|
) |
| |
|
inline |
Definition at line 77 of file dsymatrix-io.hpp.
References i(), and dsymatrix::n.
79 for(CPPL_INT
i=0;
i<mat.
n;
i++){
80 for(CPPL_INT j=0; j<=
i; j++){
81 s <<
" " << mat(
i,j) <<
" ";
83 for(CPPL_INT j=
i+1; j<mat.
n; j++){
84 s <<
"{" << mat(
i,j) <<
"}";
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT n
matrix column size