|
copasi API
0.1
|
Go to the source code of this file.
Defines | |
| #define | dgefa_(__a, __lda, __n, __ipvt, __info) dgetrf_(__lda, __n, __a, __lda, __ipvt, __info) |
| #define dgefa_ | ( | __a, | |
| __lda, | |||
| __n, | |||
| __ipvt, | |||
| __info | |||
| ) | dgetrf_(__lda, __n, __a, __lda, __ipvt, __info) |
This maps the linpack routine dgefa to the lapack routine dgetrf.
1.7.5.1