Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
getRow_dh.c File Reference
#include "getRow_dh.h"
#include "Mat_dh.h"
#include "Euclid_dh.h"
#include "Mem_dh.h"
Include dependency graph for getRow_dh.c:

Go to the source code of this file.

Macros

#define __FUNC__   "EuclidGetRow"
 
#define __FUNC__   "EuclidRestoreRow"
 
#define __FUNC__   "EuclidGetDimensions"
 
#define __FUNC__   "PrintMatUsingGetRow"
 

Functions

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

Macro Definition Documentation

#define __FUNC__   "EuclidGetRow"

Definition at line 119 of file getRow_dh.c.

#define __FUNC__   "EuclidRestoreRow"

Definition at line 119 of file getRow_dh.c.

#define __FUNC__   "EuclidGetDimensions"

Definition at line 119 of file getRow_dh.c.

#define __FUNC__   "PrintMatUsingGetRow"

Definition at line 119 of file getRow_dh.c.

Function Documentation

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.

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

Definition at line 89 of file getRow_dh.c.

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.