#include <algorithm>
#include <cstdio>
#include <vector>
Go to the source code of this file.
|
int | clapack_dgetrf (const enum CBLAS_ORDER Order, int mA, int nA, double *a, int ldaA, int *ipiv) |
|
int | clapack_dgetri (const enum CBLAS_ORDER Order, int nA, double *a, int ldaA, int *ipiv) |
|
int | clapack_sgetrf (const enum CBLAS_ORDER Order, int mA, int nA, float *a, int ldaA, int *ipiv) |
|
int | clapack_sgetri (const enum CBLAS_ORDER Order, int nA, float *a, int ldaA, int *ipiv) |
|
int | clapack_dgesv (const enum CBLAS_ORDER Order, int nA, int nrhsA, double *a, int ldaA, int *pivA, double *b, int ldbA) |
|
int | clapack_dgels (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE trans, int mA, int nA, int nrhsA, double *a, int ldaA, double *b, int ldbA) |
|
◆ VDEBUG
◆ clapack_dgels()
int clapack_dgels |
( |
const enum CBLAS_ORDER |
Order, |
|
|
const enum CBLAS_TRANSPOSE |
trans, |
|
|
int |
mA, |
|
|
int |
nA, |
|
|
int |
nrhsA, |
|
|
double * |
a, |
|
|
int |
ldaA, |
|
|
double * |
b, |
|
|
int |
ldbA |
|
) |
| |
◆ clapack_dgesv()
int clapack_dgesv |
( |
const enum CBLAS_ORDER |
Order, |
|
|
int |
nA, |
|
|
int |
nrhsA, |
|
|
double * |
a, |
|
|
int |
ldaA, |
|
|
int * |
pivA, |
|
|
double * |
b, |
|
|
int |
ldbA |
|
) |
| |
◆ clapack_dgetrf()
int clapack_dgetrf |
( |
const enum CBLAS_ORDER |
Order, |
|
|
int |
mA, |
|
|
int |
nA, |
|
|
double * |
a, |
|
|
int |
ldaA, |
|
|
int * |
ipiv |
|
) |
| |
◆ clapack_dgetri()
int clapack_dgetri |
( |
const enum CBLAS_ORDER |
Order, |
|
|
int |
nA, |
|
|
double * |
a, |
|
|
int |
ldaA, |
|
|
int * |
ipiv |
|
) |
| |
◆ clapack_sgetrf()
int clapack_sgetrf |
( |
const enum CBLAS_ORDER |
Order, |
|
|
int |
mA, |
|
|
int |
nA, |
|
|
float * |
a, |
|
|
int |
ldaA, |
|
|
int * |
ipiv |
|
) |
| |
◆ clapack_sgetri()
int clapack_sgetri |
( |
const enum CBLAS_ORDER |
Order, |
|
|
int |
nA, |
|
|
float * |
a, |
|
|
int |
ldaA, |
|
|
int * |
ipiv |
|
) |
| |