Class OrdinateSet

    • Constructor Detail

      • OrdinateSet

        public OrdinateSet​(String name,
                           double[] mu,
                           double[] w)
    • Method Detail

      • printOrdinateSet

        public String printOrdinateSet()
      • hasZeroNode

        public final boolean hasZeroNode()
      • getFirstPositiveNode

        public int getFirstPositiveNode()
      • getFirstNegativeNode

        public int getFirstNegativeNode()
      • getName

        public String getName()
      • setName

        public final void setName​(String name)
      • describe

        public String describe()
        Description copied from interface: Descriptive
        Creates a String 'describing' this object, usually for exporting purposes.
        Specified by:
        describe in interface Descriptive
        Returns:
        by default, this will return the name of the implementing class and the date of the calculation.
      • getNumberOfNodes

        public int getNumberOfNodes()
      • getTotalNodes

        public int getTotalNodes()
      • getNode

        public double getNode​(int i)
      • getWeight

        public double getWeight​(int i)
      • getHalfLength

        public int getHalfLength()