Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

formula/testsuite/testBessel.hh
Go to the documentation of this file.
00001 
00007 #pragma once
00008 
00009 #include "basics/testcase.hh"
00010 
00011 namespace test {
00012 
00013   // ****************************************************** BesselTest **
00014 
00019   class BesselTest : public TestCase {
00020   public:
00021     virtual ~BesselTest() {}
00022     virtual void run();
00023 
00025 
00026 
00027     void testBesselJ0();
00029     void testBesselY0();
00031     void testBesselJ1();
00033     void testBesselY1();
00034 
00036   };
00037 
00038 } // namespace test
00039 
00040 

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)