#include "Epetra_ConfigDefs.h"
#include "Epetra_LAPACK_wrappers.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
void PREFIX | SL_INIT_F77 (int *blacs_context, const int *nprow, const int *npcol) |
|
void PREFIX | DESCINIT_F77 (int *DescA, const int *m, const int *n, const int *mblock, const int *nblock, const int *rsrc, const int *csrc, const int *blacs_context, const int *Lda, int *ierr) |
|
void PREFIX | BLACS_GRIDINFO_F77 (int *blacs_context, const int *nprow, const int *npcol, const int *myrow, const int *mycol) |
|
void PREFIX | PDGETRF_F77 (const int *m, const int *n, double *A, const int *Ai, const int *Aj, const int *DescA, int *ipiv, int *info) |
|
void PREFIX | PDGETRS_F77 (Epetra_fcd, const int *n, const int *nrhs, const double *A, const int *Ai, const int *Aj, const int *DescA, const int *ipiv, double *X, const int *Xi, const int *Xj, const int *DescX, int *info) |
|
#define SL_INIT_F77 F77_FUNC_(sl_init,SL_INIT) |
#define BLACS_GRIDINFO_F77 F77_FUNC_(blacs_gridinfo,BLACS_GRIDINFO) |
#define PDGETRF_F77 F77_FUNC(pdgetrf,PDGETRF) |
#define PDGETRS_F77 F77_FUNC(pdgetrs,PDGETRS) |
#define DESCINIT_F77 F77_FUNC(descinit,DESCINIT) |
void PREFIX SL_INIT_F77 |
( |
int * |
blacs_context, |
|
|
const int * |
nprow, |
|
|
const int * |
npcol |
|
) |
| |
void PREFIX DESCINIT_F77 |
( |
int * |
DescA, |
|
|
const int * |
m, |
|
|
const int * |
n, |
|
|
const int * |
mblock, |
|
|
const int * |
nblock, |
|
|
const int * |
rsrc, |
|
|
const int * |
csrc, |
|
|
const int * |
blacs_context, |
|
|
const int * |
Lda, |
|
|
int * |
ierr |
|
) |
| |
void PREFIX BLACS_GRIDINFO_F77 |
( |
int * |
blacs_context, |
|
|
const int * |
nprow, |
|
|
const int * |
npcol, |
|
|
const int * |
myrow, |
|
|
const int * |
mycol |
|
) |
| |
void PREFIX PDGETRF_F77 |
( |
const int * |
m, |
|
|
const int * |
n, |
|
|
double * |
A, |
|
|
const int * |
Ai, |
|
|
const int * |
Aj, |
|
|
const int * |
DescA, |
|
|
int * |
ipiv, |
|
|
int * |
info |
|
) |
| |
void PREFIX PDGETRS_F77 |
( |
Epetra_fcd |
, |
|
|
const int * |
n, |
|
|
const int * |
nrhs, |
|
|
const double * |
A, |
|
|
const int * |
Ai, |
|
|
const int * |
Aj, |
|
|
const int * |
DescA, |
|
|
const int * |
ipiv, |
|
|
double * |
X, |
|
|
const int * |
Xi, |
|
|
const int * |
Xj, |
|
|
const int * |
DescX, |
|
|
int * |
info |
|
) |
| |