SolveCongruence | R Documentation |
Solve system of linear congruence from HIP paper to order HIP boxes. See page 5 of Robertson et al. 2018 Halton Iterative Partitioning. This is essentially an internal function and shouldn't be worried about.
SolveCongruence(A, base, J)
A |
Matrix that is in numeric for computational reasons but is the a_i solutions for all HIP boxes. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.