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
matrixTest.h
Go to the documentation of this file.
1 
21 #ifndef MATRIXTEST_H
22 #define MATRIXTEST_H
23 
24 #include "OATestClass.h"
25 #include "matrix.h"
26 
27 namespace oaTest {
31  class matrixTest : public OATestClass
32  {
33  void Run();
38  void testConstructor();
43  void testAccessor();
48  void testOperators();
49  };
50 }
51 
52 #endif /* MATRIXTEST_H */
53 
oaTest
Orthogonal Array Test.
Definition: COrthogonalArrayTest.cpp:23
oaTest::matrixTest
A class to test the matrix implementation.
Definition: matrixTest.h:32
OATestClass.h
oaTest::OATestClass
An abstract test class.
Definition: OATestClass.h:56