Class SuperLU.dataRowColItem

  • Enclosing class:
    SuperLU

    private class SuperLU.dataRowColItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int col  
      private double data  
      private int row  
    • Constructor Summary

      Constructors 
      Constructor Description
      dataRowColItem​(double data, int row, int col)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCol()  
      double getData()  
      int getRow()  
      • Methods inherited from class java.lang.Object

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

      • data

        private double data
      • row

        private int row
      • col

        private int col
    • Constructor Detail

      • dataRowColItem

        public dataRowColItem​(double data,
                              int row,
                              int col)
    • Method Detail

      • getData

        public double getData()
      • getRow

        public int getRow()
      • getCol

        public int getCol()