Orthogonal Array Library  1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
oaTest Namespace Reference

Orthogonal Array Test. More...

Classes

class  COrthogonalArrayTest
 
class  GaloisFieldTest
 A class to test the Galois Fields implementation. More...
 
class  matrixTest
 A class to test the matrix implementation. More...
 
class  OATestClass
 An abstract test class. More...
 
class  primesTest
 A class to test the primes implementation. More...
 
class  runifTest
 Class to test the runif methods. More...
 
class  rutilsTest
 Test of utilities. More...
 

Functions

int multiplyByTwo (int a)
 a function to multiply by two for use in a standard template as a function More...
 
int powerOfTwo (int a)
 A function to take 2 to the power of a number. More...
 

Detailed Description

Orthogonal Array Test.

Function Documentation

◆ multiplyByTwo()

int oaTest::multiplyByTwo ( int  a)
inline

a function to multiply by two for use in a standard template as a function

Parameters
anumber
Returns
number multiplied by two

◆ powerOfTwo()

int oaTest::powerOfTwo ( int  a)
inline

A function to take 2 to the power of a number.

Parameters
anumber
Returns
two exponentiated by the number