suanPan
|
Functions | |
double | test_integration (const IntegrationPlan &plan, double(*func)(double)) |
double | test_cubic (const double x) |
double | test_quartic (const double x) |
TEST_CASE ("Radau", "[Utility.Integration]") | |
TEST_CASE ("Lobatto", "[Utility.Integration]") | |
TEST_CASE ("Gauss", "[Utility.Integration]") | |
TEST_CASE ("Chebyshev", "[Utility.Integration]") | |
double | test_weighted_function (const double x) |
TEST_CASE ("Hermite", "[Utility.Integration]") | |
TEST_CASE ("Laguerre", "[Utility.Integration]") | |
TEST_CASE | ( | "Chebyshev" | , |
"" | [Utility.Integration] | ||
) |
TEST_CASE | ( | "Gauss" | , |
"" | [Utility.Integration] | ||
) |
TEST_CASE | ( | "Hermite" | , |
"" | [Utility.Integration] | ||
) |
TEST_CASE | ( | "Laguerre" | , |
"" | [Utility.Integration] | ||
) |
TEST_CASE | ( | "Lobatto" | , |
"" | [Utility.Integration] | ||
) |
TEST_CASE | ( | "Radau" | , |
"" | [Utility.Integration] | ||
) |
double test_cubic | ( | const double | x | ) |
double test_integration | ( | const IntegrationPlan & | plan, |
double(*)(double) | func | ||
) |
double test_quartic | ( | const double | x | ) |
double test_weighted_function | ( | const double | x | ) |