#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.
|
| madness |
| File holds all helper structures necessary for the CC_Operator and CC2 class.
|
|
|
void | madness::jacobi (Tensor< double > &A, Tensor< double > &V, const std::vector< int > &set) |
|
◆ ROT
Value: { \
double * __restrict__ ai = &
A(i,0); \
double * __restrict__ aj = &
A(j,0); \
} \
}
real_convolution_3d A(World &world)
Definition: DKops.h:230
static const double c
Definition: relops.cc:10
static const long k
Definition: rk.cc:44
double u(const double x, const double expnt)
Definition: testperiodic.cc:56
◆ ROTT
Value: { \
double * __restrict__ ai = &
A(0,i); \
double * __restrict__ aj = &
A(0,j); \
for (
k=0;
k<n*n;
k+=n) { \
} \
}