Class LSCM.Triplet

  • Enclosing class:
    LSCM

    class LSCM.Triplet
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m_col  
      protected int m_row  
      protected double m_value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Triplet()  
      Triplet​(int r, int c, double value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_row

        protected int m_row
      • m_col

        protected int m_col
      • m_value

        protected double m_value
    • Constructor Detail

      • Triplet

        public Triplet()
      • Triplet

        public Triplet​(int r,
                       int c,
                       double value)