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
oacpp Namespace Reference

Orthogonal Array Namespace. More...

Namespaces

 oaaddelkemp
 Addelkemp class.
 
 oaconstruct
 Namespace to construct Orthogonal Arrays using various algorithms.
 
 oastrength
 Algorithms to check the strength of an orthogonal array.
 
 primes
 Utilities related to prime numbers.
 

Classes

class  COrthogonalArray
 Orthogonal Array Class. More...
 
class  GaloisField
 Class to define a Galois Field and Methods for operations. More...
 
class  RUnif
 Marsaglia - Zaman universal random number generator. More...
 
struct  SeedSet
 A set of seed variables for the random number generator. More...
 

Functions

void ostringstream_runtime_error (const std::ostringstream &msg)
 throw a runtime_error with a stringstream message More...
 
void ostringstream_warning (const std::ostringstream &msg)
 throw a warning with a streamstring message More...
 

Detailed Description

Orthogonal Array Namespace.

Throw with a const string from an ostringstream.

Function Documentation

◆ ostringstream_runtime_error()

void oacpp::ostringstream_runtime_error ( const std::ostringstream &  msg)
inline

throw a runtime_error with a stringstream message

Parameters
msgthe error message
Exceptions
std::runtime_error

◆ ostringstream_warning()

void oacpp::ostringstream_warning ( const std::ostringstream &  msg)
inline

throw a warning with a streamstring message

Parameters
msgthe warning message
Exceptions
bclib::RWarningExceptionderived from std::runtime_error