Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
|
An abstract test class. More...
#include <OATestClass.h>
Public Member Functions | |
virtual void | Run () |
Run a test suite for a test class derived from this class. | |
virtual | ~OATestClass () |
Destructor. | |
bool | isDotProductConstant (bclib::matrix< int > A) |
Is the dot product of the columns of an orthogonal array a constant value? More... | |
void | standardChecks (bclib::matrix< int > A, int expectedq, int expectedCols) |
A set of standard tests to apply to an orthogonal array. More... | |
An abstract test class.
bool oaTest::OATestClass::isDotProductConstant | ( | bclib::matrix< int > | A | ) |
Is the dot product of the columns of an orthogonal array a constant value?
A | an orthogonal array matrix |
void oaTest::OATestClass::standardChecks | ( | bclib::matrix< int > | A, |
int | expectedq, | ||
int | expectedCols | ||
) |
A set of standard tests to apply to an orthogonal array.
A | an orthogonal array matrix |
expectedq | the expected q for the matrix |
expectedCols | the expected number of columns in the matrix |