Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const zhsmatrix & |
mat |
|
) |
| |
|
inline |
Definition at line 245 of file zhsmatrix-io.hpp.
References conj(), zhsmatrix::data, i(), zhsmatrix::n, and zhsmatrix::number().
246 {CPPL_VERBOSE_REPORT;
247 for(CPPL_INT
i=0;
i<mat.
n;
i++){
248 for(CPPL_INT j=0; j<=
i; j++){
254 s <<
" " << mat.
data[c].v <<
" ";
257 for(CPPL_INT j=
i+1; j<mat.
n; j++){
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT number(const CPPL_INT &, const CPPL_INT &) const
CPPL_INT n
matrix column size
_zcovector conj(const _zcovector &vec)
std::vector< zcomponent > data
matrix data