Class Householder.Primitive64

  • All Implemented Interfaces:
    Householder<java.lang.Double>, Access1D<java.lang.Double>, Structure1D
    Enclosing interface:
    Householder<N extends java.lang.Comparable<N>>

    public static final class Householder.Primitive64
    extends java.lang.Object
    implements Householder<java.lang.Double>
    • Field Detail

      • beta

        public double beta
      • first

        public int first
      • vector

        public final double[] vector
    • Constructor Detail

      • Primitive64

        public Primitive64​(Householder<java.lang.Double> aTransf)
      • Primitive64

        public Primitive64​(int aDim)
    • Method Detail

      • count

        public long count()
        Description copied from interface: Structure1D
        The total number of elements in this structure.

        You only need to implement this method if the structure can contain more than Integer.MAX_VALUE elements.

        Specified by:
        count in interface Structure1D
      • doubleValue

        public double doubleValue​(int anInd)
        Specified by:
        doubleValue in interface Access1D<java.lang.Double>
      • get

        public java.lang.Double get​(long index)
        Specified by:
        get in interface Access1D<java.lang.Double>
      • size

        public int size()
        Description copied from interface: Structure1D
        The total number of elements in this structure.
        Specified by:
        size in interface Structure1D
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object