Go to the source code of this file.
|
void | pardiso_main (double *ad, double *au, double *adb, double *aub, double *sigma, double *b, ITG *icol, ITG *irow, ITG *neq, ITG *nzs, ITG *symmetryflag, ITG *inputformat, ITG *jq, ITG *nzs3) |
|
void | pardiso_factor (double *ad, double *au, double *adb, double *aub, double *sigma, ITG *icol, ITG *irow, ITG *neq, ITG *nzs, ITG *symmetryflag, ITG *inputformat, ITG *jq, ITG *nzs3) |
|
void | pardiso_solve (double *b, ITG *neq, ITG *symmetryflag) |
|
void | pardiso_cleanup (ITG *neq, ITG *symmetryflag) |
|
void | FORTRAN (pardiso,(long long *pt, ITG *maxfct, ITG *mnum, ITG *mtype, ITG *phase, ITG *neq, double *aupardiso, ITG *pointers, ITG *irowpardiso, ITG *perm, ITG *nrhs, ITG *iparm, ITG *msglvl, double *b, double *x, ITG *error)) |
|
◆ FORTRAN()
void FORTRAN |
( |
pardiso |
, |
|
|
(long long *pt, ITG *maxfct, ITG *mnum, ITG *mtype, ITG *phase, ITG *neq, double *aupardiso, ITG *pointers, ITG *irowpardiso, ITG *perm, ITG *nrhs, ITG *iparm, ITG *msglvl, double *b, double *x, ITG *error) |
|
|
) |
| |
◆ pardiso_cleanup()
void pardiso_cleanup |
( |
ITG * |
neq, |
|
|
ITG * |
symmetryflag |
|
) |
| |
◆ pardiso_factor()
void pardiso_factor |
( |
double * |
ad, |
|
|
double * |
au, |
|
|
double * |
adb, |
|
|
double * |
aub, |
|
|
double * |
sigma, |
|
|
ITG * |
icol, |
|
|
ITG * |
irow, |
|
|
ITG * |
neq, |
|
|
ITG * |
nzs, |
|
|
ITG * |
symmetryflag, |
|
|
ITG * |
inputformat, |
|
|
ITG * |
jq, |
|
|
ITG * |
nzs3 |
|
) |
| |
◆ pardiso_main()
void pardiso_main |
( |
double * |
ad, |
|
|
double * |
au, |
|
|
double * |
adb, |
|
|
double * |
aub, |
|
|
double * |
sigma, |
|
|
double * |
b, |
|
|
ITG * |
icol, |
|
|
ITG * |
irow, |
|
|
ITG * |
neq, |
|
|
ITG * |
nzs, |
|
|
ITG * |
symmetryflag, |
|
|
ITG * |
inputformat, |
|
|
ITG * |
jq, |
|
|
ITG * |
nzs3 |
|
) |
| |
◆ pardiso_solve()
void pardiso_solve |
( |
double * |
b, |
|
|
ITG * |
neq, |
|
|
ITG * |
symmetryflag |
|
) |
| |
◆ envMKL