GetBoxIndices: Fast Implementation of finding x and y order numbers to feed...

View source: R/RcppExports.R

GetBoxIndicesR Documentation

Fast Implementation of finding x and y order numbers to feed into the linear congruence equation. This solves equation solves for a_i in the HIP paper. This is essentially an internal function and shouldn't be worried about.

Description

Fast Implementation of finding x and y order numbers to feed into the linear congruence equation. This solves equation solves for a_i in the HIP paper. This is essentially an internal function and shouldn't be worried about.

Usage

GetBoxIndices(lxy, base, J)

Arguments

lxy

A Matrix of lower x y coordinates of a Halton Box inside the unit box.

base

Co-prime Base but generally for BAS work it is 2 or 3.

J

Integer of 2 values that represent the numbers 2^J1, 3^J2.


paul-vdb/DFO-master-sample documentation built on April 5, 2022, 4:35 p.m.