46 #include "euclid_common.h"
47 #include "call_epetra.h"
56 extern void EuclidGetDimensions (
void *A,
int *beg_row,
int *rowsLocal,
58 extern void EuclidGetRow (
void *A,
int row,
int *len,
int **ind,
60 extern void EuclidRestoreRow (
void *A,
int row,
int *len,
int **ind,
63 extern int EuclidReadLocalNz (
void *A);
65 extern void PrintMatUsingGetRow (
void *A,
int beg_row,
int m,
66 int *n2o_row,
int *n2o_col,