Orthogonal Array Library  1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
OaLHSTest.h
Go to the documentation of this file.
1 
21 #ifndef OALHSTEST_H
22 #define OALHSTEST_H
23 
24 #include "TestClass.h"
25 #include "oaLHS.h"
26 
27 namespace oalhs_test {
31  class oaLHSTest : public bclib::TestClass
32  {
33  public:
35  void Run();
37  void testOaLHS();
39  void testOaLHS_2();
41  void testGenerateOALHS();
42 
48  bool isValidLHS(const bclib::matrix<int> & result);
54  bool isValidLHS(const bclib::matrix<double> & result);
55  };
56 }
57 
58 
59 
60 #endif /* OALHSTEST_H */
61 
oalhs_test::oaLHSTest::isValidLHS
bool isValidLHS(const bclib::matrix< int > &result)
Check to determine of a lhs is valid.
Definition: OaLHSTest.cpp:25
oalhs_test::oaLHSTest::testOaLHS_2
void testOaLHS_2()
Definition: OaLHSTest.cpp:146
oalhs_test::oaLHSTest::testGenerateOALHS
void testGenerateOALHS()
Definition: OaLHSTest.cpp:207
oalhs_test::oaLHSTest::testOaLHS
void testOaLHS()
Definition: OaLHSTest.cpp:79
oalhs_test::oaLHSTest::Run
void Run()
Run the test suite.
Definition: OaLHSTest.cpp:70
oalhs_test::oaLHSTest
Class to test the oaLHS functions.
Definition: OaLHSTest.h:32
oaLHS.h