|
ergo
|
Functionality for keeping track of certain kinds of integrals that are computed repeatedly, saving the computed values instead of recomputing them. More...
#include <stdlib.h>#include <math.h>#include <stdio.h>#include <errno.h>#include <memory.h>#include <time.h>#include <stdarg.h>#include <assert.h>#include "pi.h"#include "integrals_hermite.h"#include "integrals_2el_repeating.h"#include "realtype.h"Typedefs | |
| typedef IntegratorCase * | IntegratorCasePtr |
Variables | |
| const int | MAX_NO_OF_CASES = 44444 |
Functionality for keeping track of certain kinds of integrals that are computed repeatedly, saving the computed values instead of recomputing them.
| typedef IntegratorCase* IntegratorCasePtr |
| const int MAX_NO_OF_CASES = 44444 |
Referenced by IntegratorWithMemory::do_2e_integral(), and IntegratorWithMemory::IntegratorWithMemory().