ergo
boysfunction.h File Reference

Code for Boys function evaluation. More...

#include <vector>
#include "realtype.h"
#include "polydegree.h"
#include "config.h"

Go to the source code of this file.

Classes

struct  BoysFuncIntervalStruct
 
struct  BoysFuncIntervalSetStruct
 
class  BoysFunctionManager
 

Macros

#define BOYS_N_MAX   (BASIS_FUNC_POLY_MAX_DEGREE*4+1)
 
#define BOYS_X_MAX   75.0
 
#define BOYS_TAB_DEGREE   10
 
#define BOYS_NO_OF_INTERVALS   200
 

Detailed Description

Code for Boys function evaluation.

Author
: Elias Rudberg responsible

Macro Definition Documentation

◆ BOYS_N_MAX

#define BOYS_N_MAX   (BASIS_FUNC_POLY_MAX_DEGREE*4+1)

◆ BOYS_NO_OF_INTERVALS

#define BOYS_NO_OF_INTERVALS   200

◆ BOYS_TAB_DEGREE

#define BOYS_TAB_DEGREE   10

◆ BOYS_X_MAX

#define BOYS_X_MAX   75.0