#include <Ifpack_Utils.h>
Public Member Functions | |
Ifpack_Element () | |
Ifpack_Element (const Ifpack_Element &rhs) | |
int | Index () const |
double | Value () const |
double | AbsValue () const |
void | SetIndex (const int i) |
void | SetValue (const double val) |
bool | operator< (const Ifpack_Element &rhs) const |
Ifpack_Element::Ifpack_Element | ( | ) | [inline] |
Ifpack_Element::Ifpack_Element | ( | const Ifpack_Element & | rhs | ) | [inline] |
double Ifpack_Element::AbsValue | ( | ) | const [inline] |
int Ifpack_Element::Index | ( | ) | const [inline] |
bool Ifpack_Element::operator< | ( | const Ifpack_Element & | rhs | ) | const [inline] |
void Ifpack_Element::SetIndex | ( | const int | i | ) | [inline] |
void Ifpack_Element::SetValue | ( | const double | val | ) | [inline] |
double Ifpack_Element::Value | ( | ) | const [inline] |