2 #include <chemistry/qc/mbptr12/f77sym.h>
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);
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);
Generated at Sun Jan 26 2020 23:33:04 for MPQC
2.3.1 using the documentation package Doxygen
1.8.16.