Go to the documentation of this file. 1 #ifndef HERMITEINTEGRAL_H
2 #define HERMITEINTEGRAL_H
17 void reset(
int dimension);
18 void set(
double alpha,
const Vector3 &A,
int t,
int u,
int v);
19 void setupR(
int t,
int u,
int v);
21 const cube &operator [](
const uword row)
const;
22 cube &operator[](
const uword row);
23 const cube &operator()(
const uword row)
const;
24 cube &operator()(
const uword row);
25 double operator ()(
const uword n,
const uword t,
const uword u,
const uword v)
const;
50 return const_cast<cube&
>(
static_cast<const HermiteIntegral&
>(*this)(row));
55 return const_cast<cube&
>(
static_cast<const HermiteIntegral&
>(*this)[row]);
58 #endif // HERMITEINTEGRAL_H