MPQC 2.3.1
lapack.h
1extern "C" {
2#include <chemistry/qc/mbptr12/f77sym.h>
3
4extern void F77_DGESVD(const char* jobu, const char* jobvt, const int* m,
5const int* n, double* A, const int* lda, double* S, double* U, const int* ldu,
6double* Vt, const int* ldvt, double* work, int* lwork, int* info);
7
8extern 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

Generated at Fri May 31 2024 00:00:00 for MPQC 2.3.1 using the documentation package Doxygen 1.11.0.