Class PROCLUS.DoubleIntInt

  • All Implemented Interfaces:
    java.lang.Comparable<PROCLUS.DoubleIntInt>
    Enclosing class:
    PROCLUS

    private static class PROCLUS.DoubleIntInt
    extends java.lang.Object
    implements java.lang.Comparable<PROCLUS.DoubleIntInt>
    Simple triple.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int dimi  
      protected int dimj  
      protected double first  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleIntInt​(double first, int second, int third)  
    • Field Detail

      • first

        protected double first
      • dimi

        protected int dimi
      • dimj

        protected int dimj
    • Constructor Detail

      • DoubleIntInt

        public DoubleIntInt​(double first,
                            int second,
                            int third)