46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48 #warning "The Ifpack package is deprecated"
52 #include "euclid_common.h"
53 #include "call_epetra.h"
62 extern void EuclidGetDimensions (
void *A,
int *beg_row,
int *rowsLocal,
64 extern void EuclidGetRow (
void *A,
int row,
int *len,
int **ind,
66 extern void EuclidRestoreRow (
void *A,
int row,
int *len,
int **ind,
69 extern int EuclidReadLocalNz (
void *A);
71 extern void PrintMatUsingGetRow (
void *A,
int beg_row,
int m,
72 int *n2o_row,
int *n2o_col,