#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) |
|
◆ SL_INIT_F77
#define SL_INIT_F77 F77_FUNC_(sl_init,SL_INIT) |
◆ BLACS_GRIDINFO_F77
#define BLACS_GRIDINFO_F77 F77_FUNC_(blacs_gridinfo,BLACS_GRIDINFO) |
◆ PDGETRF_F77
#define PDGETRF_F77 F77_FUNC(pdgetrf,PDGETRF) |
◆ PDGETRS_F77
#define PDGETRS_F77 F77_FUNC(pdgetrs,PDGETRS) |
◆ DESCINIT_F77
#define DESCINIT_F77 F77_FUNC(descinit,DESCINIT) |
◆ SL_INIT_F77()
void PREFIX SL_INIT_F77 |
( |
int * | blacs_context, |
|
|
const int * | nprow, |
|
|
const int * | npcol ) |
◆ DESCINIT_F77()
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 ) |
◆ BLACS_GRIDINFO_F77()
void PREFIX BLACS_GRIDINFO_F77 |
( |
int * | blacs_context, |
|
|
const int * | nprow, |
|
|
const int * | npcol, |
|
|
const int * | myrow, |
|
|
const int * | mycol ) |
◆ PDGETRF_F77()
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 ) |
◆ PDGETRS_F77()
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 ) |