2#include </wrkdirs/usr/ports/science/mpqc/work/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/f77sym.h>
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);
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);
Generated at Wed Feb 28 2024 16:35:31 for MPQC
2.3.1 using the documentation package Doxygen
1.9.6.