Amesos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Macros | Functions
Amesos_SCALAPACK_wrappers.h File Reference
#include "Epetra_ConfigDefs.h"
#include "Epetra_LAPACK_wrappers.h"
#include <stdio.h>
#include <string.h>
Include dependency graph for Amesos_SCALAPACK_wrappers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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)
 

Functions

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)
 

Macro Definition Documentation

◆ SL_INIT_F77

#define SL_INIT_F77   F77_FUNC_(sl_init,SL_INIT)

Definition at line 77 of file Amesos_SCALAPACK_wrappers.h.

◆ BLACS_GRIDINFO_F77

#define BLACS_GRIDINFO_F77   F77_FUNC_(blacs_gridinfo,BLACS_GRIDINFO)

Definition at line 78 of file Amesos_SCALAPACK_wrappers.h.

◆ PDGETRF_F77

#define PDGETRF_F77   F77_FUNC(pdgetrf,PDGETRF)

Definition at line 80 of file Amesos_SCALAPACK_wrappers.h.

◆ PDGETRS_F77

#define PDGETRS_F77   F77_FUNC(pdgetrs,PDGETRS)

Definition at line 81 of file Amesos_SCALAPACK_wrappers.h.

◆ DESCINIT_F77

#define DESCINIT_F77   F77_FUNC(descinit,DESCINIT)

Definition at line 82 of file Amesos_SCALAPACK_wrappers.h.

Function Documentation

◆ 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 )