source:
src/lib/chemistry/qc/mbptr12/lapack.h@
42a775
| Last change on this file since 42a775 was 5d30c1, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 622 bytes | |
| Line | |
|---|---|
| 1 | extern "C" { |
| 2 | #include <chemistry/qc/mbptr12/f77sym.h> |
| 3 | |
| 4 | extern void F77_DGESVD(const char* jobu, const char* jobvt, const int* m, |
| 5 | const int* n, double* A, const int* lda, double* S, double* U, const int* ldu, |
| 6 | double* Vt, const int* ldvt, double* work, int* lwork, int* info); |
| 7 | |
| 8 | extern void F77_DSPSVX(const char* fact, const char* uplo, const int* n, const int* nrhs, |
| 9 | const double* AP, double* AFP, int* ipiv, const double* BB, const int* nb, |
| 10 | double* XX, const int* nx, double* rcond, double* ferr, double* berr, |
| 11 | double* work, int* iwork, int* info); |
| 12 | |
| 13 | } |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
