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

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

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