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

operator/testsuite/pardisoTest.hh
Go to the documentation of this file.
00001 
00006 #ifndef pardisoTest_hh
00007 #define pardisoTest_hh
00008 
00009 #include "basics/testcase.hh"
00010 #include "space/space.hh"
00011 
00012 namespace test {
00013 
00018   class PardisoTest : public TestCase {
00019   public:
00020     PardisoTest() : spc(5) {}
00021     virtual ~PardisoTest() {}
00022     virtual void run();
00023 
00025 
00026 
00027     void testSPD();
00029     void testUNSYMM();
00031   private:
00032     concepts::DummySpace<concepts::Real> spc;
00033   };
00034 
00035 } // namespace test
00036 
00037 #endif // pardisoTest_hh

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