Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
|
A class to test the Galois Fields implementation. More...
#include <GaloisFieldTest.h>
Public Member Functions | |
void | Run () |
Run a test suite for a test class derived from this class. | |
void | testGaloisField () |
void | testPolySum () |
void | testPolyProd () |
![]() | |
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... | |
A class to test the Galois Fields implementation.
void oaTest::GaloisFieldTest::testGaloisField | ( | ) |
void oaTest::GaloisFieldTest::testPolyProd | ( | ) |
void oaTest::GaloisFieldTest::testPolySum | ( | ) |