digitalnet v0.4.0 (2015-06-21T13:09:55Z)
Dub
Repo
DigitalNetFunctions
digitalnet
implementation
mixin template
DigitalNetFunctions (
U
Size
) {
const
U
[][]
basis
;
immutable
size_t
precision
;
immutable
size_t
dimensionF2
;
immutable
size_t
dimensionR
;
immutable
bool
bisectable
;
this
(U[][] basis, Precision precision);
bool
empty
;
U
[]
front
;
void
popFront
();
}
Constructors
this
this
(U[][] basis, Precision precision)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source.
Variables
basis
U
[][]
basis
;
Undocumented in source.
bisectable
bool
bisectable
;
dimensionF2
size_t
dimensionF2
;
dimensionR
size_t
dimensionR
;
Undocumented in source.
empty
bool
empty
;
Undocumented in source.
front
U
[]
front
;
Undocumented in source.
precision
size_t
precision
;
Undocumented in source.
Meta
Source
See Implementation
digitalnet
implementation
aliases
DimensionF2
DimensionR
LinearScramble
Precision
functions
changeVectorOfBasis
getDimensionF2
getDimensionR
getPrecision
partialShuffleBasis
randomDigitalNet
randomDigitalShift
randomLinearScramble
shuffle
shuffleBasis
toDigitalNet
toShiftedDigitalNet
mixin templates
DigitalNetFunctions
structs
DigitalNet
ShiftedDigitalNet
templates
GreaterInteger