ShiftedDigitalNet

A digitally shifted digital net.

Constructors

this
this(U[][] basis, Precision precision)
Undocumented in source.
this
this(U[][] basis, U[] shift, Precision precision)
Undocumented in source.

Members

Functions

bisect
ShiftedDigitalNet!(U, Size)[2] bisect()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ShiftedDigitalNet!(U, Size) opBinary(U[] shift)

Apply a digital shift.

opBinary
ShiftedDigitalNet!(U, Size) opBinary(LinearScramble linearScramble)

Apply a linear scramble.

removeShift
DigitalNet!(U, Size) removeShift()

Remove a digital shift.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DigitalNetFunctions!(U, Size)
Undocumented in source.

Variables

shift
U[] shift;
Undocumented in source.

Meta