suanPan
TestIntegration.cpp File Reference
Include dependency graph for TestIntegration.cpp:

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]")
 

Function Documentation

◆ TEST_CASE() [1/6]

TEST_CASE ( "Chebyshev"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ TEST_CASE() [2/6]

TEST_CASE ( "Gauss"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ TEST_CASE() [3/6]

TEST_CASE ( "Hermite"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ TEST_CASE() [4/6]

TEST_CASE ( "Laguerre"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ TEST_CASE() [5/6]

TEST_CASE ( "Lobatto"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ TEST_CASE() [6/6]

TEST_CASE ( "Radau"  ,
""  [Utility.Integration] 
)
Here is the call graph for this function:

◆ test_cubic()

double test_cubic ( const double  x)
Here is the caller graph for this function:

◆ test_integration()

double test_integration ( const IntegrationPlan plan,
double(*)(double)  func 
)
Here is the caller graph for this function:

◆ test_quartic()

double test_quartic ( const double  x)
Here is the caller graph for this function:

◆ test_weighted_function()

double test_weighted_function ( const double  x)
Here is the caller graph for this function: