Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ __FUNC__ [1/4]

#define __FUNC__   "EuclidGetRow"

Definition at line 54 of file getRow_dh.c.

◆ __FUNC__ [2/4]

#define __FUNC__   "EuclidRestoreRow"

Definition at line 54 of file getRow_dh.c.

◆ __FUNC__ [3/4]

#define __FUNC__   "EuclidGetDimensions"

Definition at line 54 of file getRow_dh.c.

◆ __FUNC__ [4/4]

#define __FUNC__   "PrintMatUsingGetRow"

Definition at line 54 of file getRow_dh.c.

Function Documentation

◆ EuclidGetRow()

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

Definition at line 56 of file getRow_dh.c.

◆ EuclidRestoreRow()

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

Definition at line 80 of file getRow_dh.c.

◆ EuclidGetDimensions()

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

Definition at line 89 of file getRow_dh.c.

◆ PrintMatUsingGetRow()

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.