External lapack routine definitions.
More...
#include <complex.h>
Go to the source code of this file.
|
void | dgetrf_ (const int *m, const int *n, double *A, const int *lda, int *ipiv, int *info) |
|
void | zgetrf_ (const int *m, const int *n, double complex *A, const int *lda, int *ipiv, int *info) |
|
void | dgetrs_ (const char *trans, const int *n, const int *nrhs, double *A, const int *LDA, int *ipiv, double *B, const int *LDB, int *info) |
|
void | zgetrs_ (const char *trans, const int *n, const int *nrhs, double complex *A, const int *LDA, int *ipiv, double complex *B, const int *LDB, int *info) |
|
void | zgetri_ (const int *n, double complex *A, const int *LDA, int *ipiv, double complex *work, const int *LDB, int *info) |
|
External lapack routine definitions.
Definition in file lapack_dfns.h.
◆ dgetrf_()
void dgetrf_ |
( |
const int * |
m, |
|
|
const int * |
n, |
|
|
double * |
A, |
|
|
const int * |
lda, |
|
|
int * |
ipiv, |
|
|
int * |
info |
|
) |
| |
◆ dgetrs_()
void dgetrs_ |
( |
const char * |
trans, |
|
|
const int * |
n, |
|
|
const int * |
nrhs, |
|
|
double * |
A, |
|
|
const int * |
LDA, |
|
|
int * |
ipiv, |
|
|
double * |
B, |
|
|
const int * |
LDB, |
|
|
int * |
info |
|
) |
| |
◆ zgetrf_()
void zgetrf_ |
( |
const int * |
m, |
|
|
const int * |
n, |
|
|
double complex * |
A, |
|
|
const int * |
lda, |
|
|
int * |
ipiv, |
|
|
int * |
info |
|
) |
| |
◆ zgetri_()
void zgetri_ |
( |
const int * |
n, |
|
|
double complex * |
A, |
|
|
const int * |
LDA, |
|
|
int * |
ipiv, |
|
|
double complex * |
work, |
|
|
const int * |
LDB, |
|
|
int * |
info |
|
) |
| |
◆ zgetrs_()
void zgetrs_ |
( |
const char * |
trans, |
|
|
const int * |
n, |
|
|
const int * |
nrhs, |
|
|
double complex * |
A, |
|
|
const int * |
LDA, |
|
|
int * |
ipiv, |
|
|
double complex * |
B, |
|
|
const int * |
LDB, |
|
|
int * |
info |
|
) |
| |