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
oaTest::GaloisFieldTest Class Reference

A class to test the Galois Fields implementation. More...

#include <GaloisFieldTest.h>

Inheritance diagram for oaTest::GaloisFieldTest:
oaTest::OATestClass

Public Member Functions

void Run ()
 Run a test suite for a test class derived from this class.
 
void testGaloisField ()
 
void testPolySum ()
 
void testPolyProd ()
 
- Public Member Functions inherited from oaTest::OATestClass
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...
 

Detailed Description

A class to test the Galois Fields implementation.

Member Function Documentation

◆ testGaloisField()

void oaTest::GaloisFieldTest::testGaloisField ( )
Test:
Test GF
See also
oacpp::GF

◆ testPolyProd()

void oaTest::GaloisFieldTest::testPolyProd ( )
Test:
Test GF_poly_sum
See also
oacpp::galoisfield::GF_poly_sum

◆ testPolySum()

void oaTest::GaloisFieldTest::testPolySum ( )
Test:
Test GF_poly_sum
See also
oacpp::galoisfield::GF_poly_sum

The documentation for this class was generated from the following files: