ergo
integrals_2el_repeating.cc File Reference

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 IntegratorCaseIntegratorCasePtr
 

Variables

const int MAX_NO_OF_CASES = 44444
 

Detailed Description

Functionality for keeping track of certain kinds of integrals that are computed repeatedly, saving the computed values instead of recomputing them.

Author
: Elias Rudberg responsible

Typedef Documentation

◆ IntegratorCasePtr

Variable Documentation

◆ MAX_NO_OF_CASES

const int MAX_NO_OF_CASES = 44444