SolveCongruence: Solve system of linear congruence from HIP paper to order HIP...

View source: R/RcppExports.R

SolveCongruenceR 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.

Description

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.

Usage

SolveCongruence(A, base, J)

Arguments

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.


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