Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
|
Go to the documentation of this file.
42 void checkIdentity(
const oacpp::GaloisField & gf,
const std::vector<int> & zero,
const std::vector<int> & one);
43 void checkInverse(
const oacpp::GaloisField & gf,
const std::vector<int> & zero,
const std::vector<int> & one);
void testPolySum()
Definition: GaloisFieldTest.cpp:215
void testPolyProd()
Definition: GaloisFieldTest.cpp:251
Orthogonal Array Test.
Definition: COrthogonalArrayTest.cpp:23
Class to define a Galois Field and Methods for operations.
Definition: GaloisField.h:27
A class to test the Galois Fields implementation.
Definition: GaloisFieldTest.h:33
void testGaloisField()
Definition: GaloisFieldTest.cpp:158
An abstract test class.
Definition: OATestClass.h:56
void Run()
Run a test suite for a test class derived from this class.
Definition: GaloisFieldTest.cpp:25