Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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() [1/2]

Ifpack_Element::Ifpack_Element ( )
inline

Definition at line 140 of file Ifpack_Utils.h.

◆ Ifpack_Element() [2/2]

Ifpack_Element::Ifpack_Element ( const Ifpack_Element rhs)
inline

Definition at line 142 of file Ifpack_Utils.h.

Member Function Documentation

◆ Index()

int Ifpack_Element::Index ( ) const
inline

Definition at line 148 of file Ifpack_Utils.h.

◆ Value()

double Ifpack_Element::Value ( ) const
inline

Definition at line 152 of file Ifpack_Utils.h.

◆ AbsValue()

double Ifpack_Element::AbsValue ( ) const
inline

Definition at line 156 of file Ifpack_Utils.h.

◆ SetIndex()

void Ifpack_Element::SetIndex ( const int  i)
inline

Definition at line 160 of file Ifpack_Utils.h.

◆ SetValue()

void Ifpack_Element::SetValue ( const double  val)
inline

Definition at line 165 of file Ifpack_Utils.h.

◆ operator<()

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

Definition at line 171 of file Ifpack_Utils.h.

Member Data Documentation

◆ i_

int Ifpack_Element::i_
private

Definition at line 183 of file Ifpack_Utils.h.

◆ val_

double Ifpack_Element::val_
private

Definition at line 184 of file Ifpack_Utils.h.

◆ aval_

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: