Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const dssmatrix & |
mat |
|
) |
| |
|
inline |
Definition at line 228 of file dssmatrix-io.hpp.
References dssmatrix::data, i(), dssmatrix::n, and dssmatrix::number().
229 {CPPL_VERBOSE_REPORT;
230 for(CPPL_INT
i=0;
i<mat.
n;
i++){
231 for(CPPL_INT j=0; j<mat.
n; j++){
238 s <<
" " << mat.
data[c].v <<
" ";
247 s <<
"{" << mat.
data[c].v <<
"}";
std::vector< dcomponent > data
matrix data
CPPL_INT number(const CPPL_INT &, const CPPL_INT &) const
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT n
matrix column size