Documentation of 'umontreal.iro.lecuyer.hups.NiedSequenceBase2' Java class
NiedSequenceBase2
umontreal.iro.lecuyer.hups

Class NiedSequenceBase2



  • public class NiedSequenceBase2
    extends DigitalSequenceBase2
    This class implements digital sequences constructed from the Niederreiter sequence in base 2.
    • Constructor Detail

      • NiedSequenceBase2

        public NiedSequenceBase2(int k,
                                 int w,
                                 int dim)
        Constructs a new digital sequence in base 2 from the first n = 2k points of the Niederreiter sequence, with w output digits, in dim dimensions. The generator matrices Cj are w×k. Restrictions: 0 <= k <= 30, k <= w, and dim  <= 318.
        Parameters:
        k - there will be 2^k points
        w - number of output digits
        dim - dimension of the point set
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: PointSet
        Formats a string that contains information about the point set.
        Overrides:
        toString in class DigitalNetBase2
        Returns:
        string representation of the point set information

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.