Component Class for Real Double-precision Sparse Matrix Classes. More...
#include <dcomponent.hpp>
Public Member Functions | |
dcomponent () | |
dcomponent (const CPPL_INT &_i, const CPPL_INT &_j, const double &_v) | |
Static Public Member Functions | |
static bool | ilt (const dcomponent &, const dcomponent &) |
static bool | jlt (const dcomponent &, const dcomponent &) |
Public Attributes | |
CPPL_INT | i |
i index of the component More... | |
CPPL_INT | j |
j index of the component More... | |
double | v |
value of the component More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const dcomponent &) |
Component Class for Real Double-precision Sparse Matrix Classes.
Definition at line 3 of file dcomponent.hpp.
|
inline |
Definition at line 16 of file dcomponent.hpp.
|
inline |
Definition at line 17 of file dcomponent.hpp.
|
inlinestatic |
lessthan function for i of dcomponent
Definition at line 40 of file dcomponent.hpp.
References i.
Referenced by dssmatrix::reorder().
|
inlinestatic |
lessthan function for j of dcomponent
Definition at line 47 of file dcomponent.hpp.
References j.
Referenced by dssmatrix::reorder().
|
friend |
Definition at line 32 of file dcomponent.hpp.
CPPL_INT dcomponent::i |
i index of the component
Definition at line 9 of file dcomponent.hpp.
Referenced by ilt(), and operator<<().
CPPL_INT dcomponent::j |
j index of the component
Definition at line 10 of file dcomponent.hpp.
Referenced by jlt(), and operator<<().
double dcomponent::v |