Candidate_v1.6.1
Line | |
---|
1 | extern "C" {
|
---|
2 | #include <chemistry/qc/mbptr12/f77sym.h>
|
---|
3 |
|
---|
4 | extern void F77_DGEMM(const char*, const char*, const int*,
|
---|
5 | const int*, const int*, const double*, const double*, const int*,
|
---|
6 | const double*, const int*, const double*, double*, const int*);
|
---|
7 |
|
---|
8 | extern void F77_DAXPY(const int* n, const double* da, const double* dx,
|
---|
9 | const int* incx, double* dy, const int* incy);
|
---|
10 |
|
---|
11 | extern double F77_DDOT(const int* n, const double* dx, const int* incx,
|
---|
12 | double* dy, const int* incy);
|
---|
13 |
|
---|
14 | }
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.