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>