CPPLapack
|
Component Class for Real Double-precision Sparse Matrix Classes. More...
#include <dcomponent.hpp>
Public Member Functions | |
dcomponent () | |
dcomponent (const uint32_t &_i, const uint32_t &_j, const double &_v) | |
Static Public Member Functions | |
static bool | ilt (const dcomponent &, const dcomponent &) |
static bool | jlt (const dcomponent &, const dcomponent &) |
Public Attributes | |
uint32_t | i |
i index of the component | |
uint32_t | j |
j index of the component | |
double | v |
value of the component | |
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.
dcomponent::dcomponent | ( | ) | [inline] |
Definition at line 16 of file dcomponent.hpp.
{ ; }
dcomponent::dcomponent | ( | const uint32_t & | _i, |
const uint32_t & | _j, | ||
const double & | _v | ||
) | [inline] |
Definition at line 17 of file dcomponent.hpp.
bool dcomponent::ilt | ( | const dcomponent & | a, |
const dcomponent & | b | ||
) | [inline, static] |
bool dcomponent::jlt | ( | const dcomponent & | a, |
const dcomponent & | b | ||
) | [inline, static] |
std::ostream& operator<< | ( | std::ostream & | s, |
const dcomponent & | c | ||
) | [friend] |
Definition at line 32 of file dcomponent.hpp.
uint32_t dcomponent::i |
i index of the component
Definition at line 9 of file dcomponent.hpp.
Referenced by ilt(), and operator<<().
uint32_t dcomponent::j |
j index of the component
Definition at line 10 of file dcomponent.hpp.
Referenced by jlt(), and operator<<().
double dcomponent::v |