Tests the Boys function evaluation accuracy. More...
#include <stdio.h>#include <unistd.h>#include <memory>#include <limits>#include <vector>#include "integral_info.h"#include "matInclude.h"#include "template_blas_common.h"#include "config.h"Functions | |
| static ergo_real | rand_0_to_1 () |
| static ergo_real | rand_1_to_10 () |
| static ergo_real | BoysFuncAccurate (int n, ergo_real x, const IntegralInfo &integralInfo) |
| int | main (int argc, char *argv[]) |
Tests the Boys function evaluation accuracy.
| static ergo_real BoysFuncAccurate | ( | int | n, | |
| ergo_real | x, | |||
| const IntegralInfo & | integralInfo | |||
| ) | [static] |
References IntegralInfo::BoysFunction_expensive(), template_blas_fabs(), template_blas_pow(), and template_blas_sqrt().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| static ergo_real rand_0_to_1 | ( | ) | [static] |
Referenced by rand_1_to_10().
| static ergo_real rand_1_to_10 | ( | ) | [static] |
References rand_0_to_1().
Referenced by main().
1.6.1