Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

#define SL_INIT_F77   F77_FUNC_(sl_init,SL_INIT)

Definition at line 77 of file Amesos_SCALAPACK_wrappers.h.

#define BLACS_GRIDINFO_F77   F77_FUNC_(blacs_gridinfo,BLACS_GRIDINFO)

Definition at line 78 of file Amesos_SCALAPACK_wrappers.h.

#define PDGETRF_F77   F77_FUNC(pdgetrf,PDGETRF)

Definition at line 80 of file Amesos_SCALAPACK_wrappers.h.

#define PDGETRS_F77   F77_FUNC(pdgetrs,PDGETRS)

Definition at line 81 of file Amesos_SCALAPACK_wrappers.h.

#define DESCINIT_F77   F77_FUNC(descinit,DESCINIT)

Definition at line 82 of file Amesos_SCALAPACK_wrappers.h.

Function Documentation

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 
)