42 #ifndef _EpetraExt_LINEARPROBLEM_CRSSINGLETONFILTER_H_
43 #define _EpetraExt_LINEARPROBLEM_CRSSINGLETONFILTER_H_
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
267 int GetRow(
int Row,
int & NumIndices,
int * & Indices);
268 int GetRow(
int Row,
int & NumIndices,
double * & Values,
int * & Indices);
269 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
270 int GetRowGCIDs(
int Row,
int & NumIndices,
double * & Values,
int * & GlobalIndices);
272 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
273 int GetRowGCIDs(
int Row,
int & NumIndices,
double * & Values,
long long * & GlobalIndices);
328 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
345 template<
typename int_type>
348 template<
typename int_type>
351 template<
typename int_type>