43 #ifndef _IFPACK_CrsGRAPH_H_ 
   44 #define _IFPACK_CrsGRAPH_H_ 
   46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS) 
   48 #warning "The Ifpack package is deprecated" 
   57     virtual int NumRows() 
const = 0;
 
   58     virtual int NumCols() 
const = 0;
 
   59     virtual int IndexBase() 
const = 0;
 
   60     virtual int NumIndices(
int Row) 
const = 0;
 
   61     virtual int * ExtractRowCopy(
int Row, 
int LenOfIndices, 
int & NumIndices, 
int *& Indices) 
const = 0;
 
   65 #endif // _IFPACK_CrsGRAPH_H_