#include "getRow_dh.h"
#include "Mat_dh.h"
#include "Euclid_dh.h"
#include "Mem_dh.h"
Go to the source code of this file.
|
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) |
|
◆ __FUNC__ [1/4]
#define __FUNC__ "EuclidGetRow" |
◆ __FUNC__ [2/4]
#define __FUNC__ "EuclidRestoreRow" |
◆ __FUNC__ [3/4]
#define __FUNC__ "EuclidGetDimensions" |
◆ __FUNC__ [4/4]
#define __FUNC__ "PrintMatUsingGetRow" |
◆ EuclidGetRow()
void EuclidGetRow |
( |
void * | A, |
|
|
int | row, |
|
|
int * | len, |
|
|
int ** | ind, |
|
|
double ** | val ) |
◆ EuclidRestoreRow()
void EuclidRestoreRow |
( |
void * | A, |
|
|
int | row, |
|
|
int * | len, |
|
|
int ** | ind, |
|
|
double ** | val ) |
◆ EuclidGetDimensions()
void EuclidGetDimensions |
( |
void * | A, |
|
|
int * | beg_row, |
|
|
int * | rowsLocal, |
|
|
int * | rowsGlobal ) |
◆ PrintMatUsingGetRow()
void PrintMatUsingGetRow |
( |
void * | A, |
|
|
int | beg_row, |
|
|
int | m, |
|
|
int * | n2o_row, |
|
|
int * | n2o_col, |
|
|
char * | filename ) |