Package of internally used functions for C/FORTRAN compatibility. More...
#include "cta_system.h"
Go to the source code of this file.
Defines | |
#define | SGESV_F77 F77_FUNC(sgesv,SGESV) |
#define | SGETRS_F77 F77_FUNC(sgetrs,SGETRS) |
#define | SGEEV_F77 F77_FUNC(sgeev,SGEEV) |
#define | DGESV_F77 F77_FUNC(dgesv,DGESV) |
#define | DGETRS_F77 F77_FUNC(dgetrs,DGETRS) |
#define | DPOSV_F77 F77_FUNC(dposv,DPOSV) |
#define | DLASRT_F77 F77_FUNC(dlasrt,DLASRT) |
#define | DGEEV_F77 F77_FUNC(dgeev,DGEEV) |
Functions | |
CTAEXPORT void | SGESV_F77 (int *n, int *nrhs, float *A, int *lda, int *ipiv, float *B, int *ldb, int *info) |
CTAEXPORT void | SGETRS_F77 (char *trans, int *n, int *nrhs, float *A, int *lda, int *ipiv, float *B, int *ldb, int *info, int lentrans) |
CTAEXPORT void | SGEEV_F77 (char *JOBVL, char *JOBVR, int *N, float *A, int *LDA, float *WR, float *WI, float *VL, int *LDVL, float *VR, int *LDVR, float *WORK, int *LWORK, int *INFO) |
CTAEXPORT void | DGESV_F77 (int *n, int *nrhs, double *A, int *lda, int *ipiv, double *B, int *ldb, int *info) |
CTAEXPORT void | DGETRS_F77 (char *trans, int *n, int *nrhs, double *A, int *lda, int *ipiv, double *B, int *ldb, int *info, int lentrans) |
CTAEXPORT void | DPOSV_F77 (char *uplo, int *n, int *nrhs, double *A, int *lda, double *B, int *ldb, int *info) |
CTAEXPORT void | DLASRT_F77 (char *ID, int *n, double *D, int *info, int lenid) |
CTAEXPORT void | DGEEV_F77 (char *JOBVL, char *JOBVR, int *N, double *A, int *LDA, double *WR, double *WI, double *VL, int *LDVL, double *VR, int *LDVR, double *WORK, int *LWORK, int *INFO) |
Package of internally used functions for C/FORTRAN compatibility.
Definition in file cta_f77lapack.h.
#define DGEEV_F77 F77_FUNC(dgeev,DGEEV) |
Definition at line 86 of file cta_f77lapack.h.
#define DGESV_F77 F77_FUNC(dgesv,DGESV) |
Definition at line 59 of file cta_f77lapack.h.
#define DGETRS_F77 F77_FUNC(dgetrs,DGETRS) |
Definition at line 66 of file cta_f77lapack.h.
#define DLASRT_F77 F77_FUNC(dlasrt,DLASRT) |
Definition at line 80 of file cta_f77lapack.h.
#define DPOSV_F77 F77_FUNC(dposv,DPOSV) |
Definition at line 73 of file cta_f77lapack.h.
#define SGEEV_F77 F77_FUNC(sgeev,SGEEV) |
Definition at line 47 of file cta_f77lapack.h.
#define SGESV_F77 F77_FUNC(sgesv,SGESV) |
Definition at line 33 of file cta_f77lapack.h.
#define SGETRS_F77 F77_FUNC(sgetrs,SGETRS) |
Definition at line 40 of file cta_f77lapack.h.
CTAEXPORT void DGEEV_F77 | ( | char * | JOBVL, | |
char * | JOBVR, | |||
int * | N, | |||
double * | A, | |||
int * | LDA, | |||
double * | WR, | |||
double * | WI, | |||
double * | VL, | |||
int * | LDVL, | |||
double * | VR, | |||
int * | LDVR, | |||
double * | WORK, | |||
int * | LWORK, | |||
int * | INFO | |||
) |
CTAEXPORT void DGESV_F77 | ( | int * | n, | |
int * | nrhs, | |||
double * | A, | |||
int * | lda, | |||
int * | ipiv, | |||
double * | B, | |||
int * | ldb, | |||
int * | info | |||
) |
CTAEXPORT void DGETRS_F77 | ( | char * | trans, | |
int * | n, | |||
int * | nrhs, | |||
double * | A, | |||
int * | lda, | |||
int * | ipiv, | |||
double * | B, | |||
int * | ldb, | |||
int * | info, | |||
int | lentrans | |||
) |
CTAEXPORT void DLASRT_F77 | ( | char * | ID, | |
int * | n, | |||
double * | D, | |||
int * | info, | |||
int | lenid | |||
) |
CTAEXPORT void DPOSV_F77 | ( | char * | uplo, | |
int * | n, | |||
int * | nrhs, | |||
double * | A, | |||
int * | lda, | |||
double * | B, | |||
int * | ldb, | |||
int * | info | |||
) |
CTAEXPORT void SGEEV_F77 | ( | char * | JOBVL, | |
char * | JOBVR, | |||
int * | N, | |||
float * | A, | |||
int * | LDA, | |||
float * | WR, | |||
float * | WI, | |||
float * | VL, | |||
int * | LDVL, | |||
float * | VR, | |||
int * | LDVR, | |||
float * | WORK, | |||
int * | LWORK, | |||
int * | INFO | |||
) |
CTAEXPORT void SGESV_F77 | ( | int * | n, | |
int * | nrhs, | |||
float * | A, | |||
int * | lda, | |||
int * | ipiv, | |||
float * | B, | |||
int * | ldb, | |||
int * | info | |||
) |
CTAEXPORT void SGETRS_F77 | ( | char * | trans, | |
int * | n, | |||
int * | nrhs, | |||
float * | A, | |||
int * | lda, | |||
int * | ipiv, | |||
float * | B, | |||
int * | ldb, | |||
int * | info, | |||
int | lentrans | |||
) |