- Tested Functions:
- CubicSplineBoundary1
- call SplineD2 and Cubic_Spline_Interpolation
- to interpolate a function using the first
- kind of boundary condition:f'(0) = f'(n) = 0.0
- CubicSplineBoundary2
- call SplineD2 and Cubic_Spline_Interpolation
- to interpolate a function using the second
- kind of boundary condition:f''(0) = f''(n) = 0.0
- UniRadialF
- call Uni_RadialF to interpolate the radial part
- of an atomic orbital function, whose discrete r
- points are uniform.
- Factorial
- calculate the factorial of an integer
- DualFac
- calculate the double factorial or
- semifactorial of an integer
◆ SetUp()
void MathzoneAdd1Test::SetUp |
( |
| ) |
|
|
inlineprotected |
◆ TearDown()
void MathzoneAdd1Test::TearDown |
( |
| ) |
|
|
inlineprotected |
◆ dpsi
double* MathzoneAdd1Test::dpsi |
|
protected |
◆ MaxInt
const int MathzoneAdd1Test::MaxInt = 100 |
|
protected |
◆ nr_in
int MathzoneAdd1Test::nr_in = 17 |
|
protected |
◆ nr_out
int MathzoneAdd1Test::nr_out = 161 |
|
protected |
◆ psi_in
double* MathzoneAdd1Test::psi_in |
|
protected |
◆ psi_out
double* MathzoneAdd1Test::psi_out |
|
protected |
◆ r_in
double* MathzoneAdd1Test::r_in |
|
protected |
◆ r_out
double* MathzoneAdd1Test::r_out |
|
protected |
◆ y2
double* MathzoneAdd1Test::y2 |
|
protected |
The documentation for this class was generated from the following file: