Class MatrixEntry


  • public class MatrixEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int N  
      float Value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • N

        public int N
      • Value

        public float Value
    • Constructor Detail

      • MatrixEntry

        public MatrixEntry()
      • MatrixEntry

        public MatrixEntry​(int i)