44 void oaLHS(
int n,
int k,
const bclib::matrix<int> & oa,
45 bclib::matrix<int> & intlhs,
46 bclib::matrix<double> & lhs,
bool bVerbose,
47 bclib::CRandom<double> & oRandom);
57 void oaLHS(
int n,
int k,
const bclib::matrix<int> & oa,
58 bclib::matrix<int> & intlhs,
67 const std::vector<std::vector<int> > & uniqueLevelsVector);
78 const std::vector<std::vector<int> > & uniqueLevelsVector,
79 bclib::matrix<int> & intlhs,
80 bclib::CRandom<double> & oRandom,
92 void generateOALHS(
int n,
int k, bclib::matrix<double> & oalhs,
93 bool bChooseLargerDesign,
bool bVerbose,
94 bclib::CRandom<double> & oRandom);