17 inline zcomponent(
const CPPL_INT& _i,
const CPPL_INT& _j,
const comple& _v) :
i(_i),
j(_j),
v(_v){ ; }
32 s <<
"(" << c.
i <<
", " << c.
j <<
", " << c.
v <<
")" << std::flush;
comple v
value of the component
std::ostream & operator<<(std::ostream &s, const zcomponent &c)
Component Class for Complex Double-precision Sparse Matrix Classes.
CPPL_INT j
j index of the component
bool ilt(const zcomponent &a, const zcomponent &b)
CPPL_INT i
i index of the component
zcomponent(const CPPL_INT &_i, const CPPL_INT &_j, const comple &_v)
bool jlt(const zcomponent &a, const zcomponent &b)
friend std::ostream & operator<<(std::ostream &, const zcomponent &)