Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
Go to the source code of this file.
Namespaces | |
oarutils | |
Functions | |
template<class T > | |
void | oarutils::convertToIntegerMatrix (const bclib::matrix< T > &A, Rcpp::IntegerMatrix &rcppA) |
template<class T , class U > | |
void | oarutils::convertToRcppMatrix (const bclib::matrix< T > &A, U &rcppA) |
template<class T , class U > | |
void | oarutils::convertToMatrix (const U &rcppA, bclib::matrix< T > &A) |
void | oarutils::randomizeOA (Rcpp::IntegerMatrix &oa, int q) |
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.