Class LSCM.Triplet

java.lang.Object
gov.nih.mipav.model.algorithms.LSCM.Triplet
Enclosing class:
LSCM

class LSCM.Triplet extends Object
  • Field Details

    • m_row

      protected int m_row
    • m_col

      protected int m_col
    • m_value

      protected double m_value
  • Constructor Details

    • Triplet

      public Triplet()
    • Triplet

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