Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
i
m
o
p
Functions
a
b
i
m
o
p
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
g
i
j
k
l
m
n
o
p
q
r
s
t
u
x
~
Functions
a
b
c
g
i
m
o
p
r
s
t
~
Variables
Files
File List
File Members
All
Functions
Macros
•
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
oatest
matrixTest.h
Generated by
1.8.20