2#include <chemistry/qc/mbptr12/f77sym.h>
4extern void F77_DGEMM(
const char*,
const char*,
const int*,
5const int*,
const int*,
const double*,
const double*,
const int*,
6const double*,
const int*,
const double*,
double*,
const int*);
8extern void F77_DAXPY(
const int* n,
const double* da,
const double* dx,
9const int* incx,
double* dy,
const int* incy);
11extern double F77_DDOT(
const int* n,
const double* dx,
const int* incx,
12double* dy,
const int* incy);
Generated at Fri Dec 2 2022 21:09:13 for MPQC
2.3.1 using the documentation package Doxygen
1.9.8.