Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Ifpack_Element Class Reference

#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
 

Private Attributes

int i_
 
double val_
 
double aval_
 

Detailed Description

Definition at line 137 of file Ifpack_Utils.h.

Constructor & Destructor Documentation

Ifpack_Element::Ifpack_Element ( )
inline

Definition at line 140 of file Ifpack_Utils.h.

Ifpack_Element::Ifpack_Element ( const Ifpack_Element rhs)
inline

Definition at line 142 of file Ifpack_Utils.h.

Member Function Documentation

int Ifpack_Element::Index ( ) const
inline

Definition at line 148 of file Ifpack_Utils.h.

double Ifpack_Element::Value ( ) const
inline

Definition at line 152 of file Ifpack_Utils.h.

double Ifpack_Element::AbsValue ( ) const
inline

Definition at line 156 of file Ifpack_Utils.h.

void Ifpack_Element::SetIndex ( const int  i)
inline

Definition at line 160 of file Ifpack_Utils.h.

void Ifpack_Element::SetValue ( const double  val)
inline

Definition at line 165 of file Ifpack_Utils.h.

bool Ifpack_Element::operator< ( const Ifpack_Element rhs) const
inline

Definition at line 171 of file Ifpack_Utils.h.

Member Data Documentation

int Ifpack_Element::i_
private

Definition at line 183 of file Ifpack_Utils.h.

double Ifpack_Element::val_
private

Definition at line 184 of file Ifpack_Utils.h.

double Ifpack_Element::aval_
private

Definition at line 185 of file Ifpack_Utils.h.


The documentation for this class was generated from the following file: