Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
getRow_dh.h File Reference
#include "euclid_common.h"
#include "call_epetra.h"
Include dependency graph for getRow_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void EuclidGetDimensions (void *A, int *beg_row, int *rowsLocal, int *rowsGlobal)
 
void EuclidGetRow (void *A, int row, int *len, int **ind, double **val)
 
void EuclidRestoreRow (void *A, int row, int *len, int **ind, double **val)
 
int EuclidReadLocalNz (void *A)
 
void PrintMatUsingGetRow (void *A, int beg_row, int m, int *n2o_row, int *n2o_col, char *filename)
 

Function Documentation

void EuclidGetDimensions ( void *  A,
int *  beg_row,
int *  rowsLocal,
int *  rowsGlobal 
)

Definition at line 89 of file getRow_dh.c.

void EuclidGetRow ( void *  A,
int  row,
int *  len,
int **  ind,
double **  val 
)

Definition at line 56 of file getRow_dh.c.

void EuclidRestoreRow ( void *  A,
int  row,
int *  len,
int **  ind,
double **  val 
)

Definition at line 80 of file getRow_dh.c.

int EuclidReadLocalNz ( void *  A)
void PrintMatUsingGetRow ( void *  A,
int  beg_row,
int  m,
int *  n2o_row,
int *  n2o_col,
char *  filename 
)

Definition at line 121 of file getRow_dh.c.