Go to the source code of this file.
Functions | |
| void | dgetrf_ (const int *M, const int *N, double *A, const int *lda, const int *iPiv, int *info) |
| void | dgetri_ (const int *n, double *a, const int *lda, const int *iPiv, double *work, const int *lwork, int *info) |
| void dgetrf_ | ( | const int * | M, | |
| const int * | N, | |||
| double * | A, | |||
| const int * | lda, | |||
| const int * | iPiv, | |||
| int * | info | |||
| ) |
| void dgetri_ | ( | const int * | n, | |
| double * | a, | |||
| const int * | lda, | |||
| const int * | iPiv, | |||
| double * | work, | |||
| const int * | lwork, | |||
| int * | info | |||
| ) |