#include <madness/world/madness_exception.h>
#include <madness/tensor/tensor.h>
#include <madness/world/print.h>
#include <cmath>
#include <cstdio>
#include <algorithm>
Go to the source code of this file.
|
namespace | madness |
| Namespace for all elements and tools of MADNESS.
|
|
◆ ROT
Value: { \
double * __restrict__ ai = &
A(i,0); \
double * __restrict__ aj = &
A(j,0); \
} \
}
Definition test_ar.cc:118
static double u(double r, double c)
Definition he.cc:20
static const double c
Definition relops.cc:10
static const long k
Definition rk.cc:44
◆ ROTT
Value: { \
double * __restrict__ ai = &
A(0,i); \
double * __restrict__ aj = &
A(0,j); \
for (
k=0;
k<n*n;
k+=n) { \
} \
}