colval Class Reference

List of all members.

Public Member Functions

 colval ()
 colval (int col, double val)
bool operator< (const colval &rhs) const
const int & col () const
const double & val () const

Private Attributes

int col_
double val_

Detailed Description

Object storing a col,val pair corresponding to a sparse matrix entry. Used for sorting a vectors of colval object.

Definition at line 30 of file export_Epetra_CrsMatrix.cpp.


Constructor & Destructor Documentation

colval::colval (  )  [inline]

Definition at line 32 of file export_Epetra_CrsMatrix.cpp.

colval::colval ( int  col,
double  val 
) [inline]

Definition at line 33 of file export_Epetra_CrsMatrix.cpp.


Member Function Documentation

const int& colval::col (  )  const [inline]

Definition at line 40 of file export_Epetra_CrsMatrix.cpp.

References col_.

bool colval::operator< ( const colval rhs  )  const [inline]

Definition at line 37 of file export_Epetra_CrsMatrix.cpp.

References col_.

const double& colval::val (  )  const [inline]

Definition at line 43 of file export_Epetra_CrsMatrix.cpp.

References val_.


Member Data Documentation

int colval::col_ [private]

Definition at line 47 of file export_Epetra_CrsMatrix.cpp.

Referenced by col(), and operator<().

double colval::val_ [private]

Definition at line 48 of file export_Epetra_CrsMatrix.cpp.

Referenced by val().


The documentation for this class was generated from the following file:
Generated on Fri Oct 26 13:35:16 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7