|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_base/cubic_spline.h"#include <cmath>#include <algorithm>#include <functional>#include <numeric>#include <fstream>#include "gtest/gtest.h"Classes | |
| class | CubicSplineTest |
| Unit test of class CubicSpline. More... | |
Typedefs | |
| using | BoundaryCondition = CubicSpline::BoundaryCondition |
| using | BoundaryType = CubicSpline::BoundaryType |
Functions | |
| TEST_F (CubicSplineTest, MultiEval) | |
| TEST_F (CubicSplineTest, ErrorBound) | |
| TEST_F (CubicSplineTest, Reserve) | |
| TEST_F (CubicSplineTest, MinMax) | |
| TEST_F (CubicSplineTest, CrossCheck) | |
| int | main () |
| using BoundaryCondition = CubicSpline::BoundaryCondition |
| using BoundaryType = CubicSpline::BoundaryType |
| int main | ( | ) |
| TEST_F | ( | CubicSplineTest | , |
| CrossCheck | |||
| ) |
| TEST_F | ( | CubicSplineTest | , |
| ErrorBound | |||
| ) |
| TEST_F | ( | CubicSplineTest | , |
| MinMax | |||
| ) |
| TEST_F | ( | CubicSplineTest | , |
| MultiEval | |||
| ) |
| TEST_F | ( | CubicSplineTest | , |
| Reserve | |||
| ) |