Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
|
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... | |
Orthogonal Array Namespace.
Throw with a const string from an ostringstream.
|
inline |
throw a runtime_error with a stringstream message
msg | the error message |
std::runtime_error |
|
inline |
throw a warning with a streamstring message
msg | the warning message |
bclib::RWarningException | derived from std::runtime_error |