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
oalhs_test::oaLHSTest Class Reference

Class to test the oaLHS functions. More...

#include <OaLHSTest.h>

Inheritance diagram for oalhs_test::oaLHSTest:

Public Member Functions

void Run ()
 Run the test suite.
 
void testOaLHS ()
 
void testOaLHS_2 ()
 
void testGenerateOALHS ()
 
bool isValidLHS (const bclib::matrix< int > &result)
 Check to determine of a lhs is valid. More...
 
bool isValidLHS (const bclib::matrix< double > &result)
 Check to determin if a double valued lhs is valid. More...
 

Detailed Description

Class to test the oaLHS functions.

Member Function Documentation

◆ isValidLHS() [1/2]

bool oalhs_test::oaLHSTest::isValidLHS ( const bclib::matrix< double > &  result)

Check to determin if a double valued lhs is valid.

Parameters
resultthe matrix to check
Returns
boolean result of the check

◆ isValidLHS() [2/2]

bool oalhs_test::oaLHSTest::isValidLHS ( const bclib::matrix< int > &  result)

Check to determine of a lhs is valid.

Parameters
resultthe matrix to check
Returns
boolean result

◆ testGenerateOALHS()

void oalhs_test::oaLHSTest::testGenerateOALHS ( )
Test:
Test generating orthogonal array latin hypercubes

◆ testOaLHS()

void oalhs_test::oaLHSTest::testOaLHS ( )
Test:
Test the orthogonal array latin hypercube code

◆ testOaLHS_2()

void oalhs_test::oaLHSTest::testOaLHS_2 ( )
Test:
Test the orthogonal array latin hypercube code with additional information

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