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

operator/testsuite/lapackTest.hh
Go to the documentation of this file.
00001 
00008 #pragma once
00009 
00010 #include "basics/testcase.hh"
00011 
00012 namespace test {
00013 
00018   class LapackTest : public TestCase {
00019   public:
00020     virtual ~LapackTest() {}
00021     virtual void run();
00022 
00024 
00025     void testLapackChol();
00027   private:
00028   };
00029 
00030 } // namespace test
00031 
00032 
00033 

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