Component Class for Complex Double-precision Sparse Matrix Classes. More...
#include <zcomponent.hpp>
Public Member Functions | |
zcomponent () | |
zcomponent (const CPPL_INT &_i, const CPPL_INT &_j, const comple &_v) | |
Public Attributes | |
CPPL_INT | i |
i index of the component More... | |
CPPL_INT | j |
j index of the component More... | |
comple | v |
value of the component More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const zcomponent &) |
Component Class for Complex Double-precision Sparse Matrix Classes.
Definition at line 3 of file zcomponent.hpp.
|
inline |
Definition at line 16 of file zcomponent.hpp.
|
inline |
Definition at line 17 of file zcomponent.hpp.
|
friend |
Definition at line 30 of file zcomponent.hpp.
CPPL_INT zcomponent::i |
i index of the component
Definition at line 9 of file zcomponent.hpp.
Referenced by ilt(), operator*(), operator+(), operator-(), operator<<(), and zgsmatrix::to_zgematrix().
CPPL_INT zcomponent::j |
j index of the component
Definition at line 10 of file zcomponent.hpp.
Referenced by jlt(), operator*(), operator+(), operator-(), operator<<(), and zgsmatrix::to_zgematrix().
comple zcomponent::v |
value of the component
Definition at line 11 of file zcomponent.hpp.
Referenced by operator*(), operator+(), operator-(), operator<<(), and zgsmatrix::to_zgematrix().