Class HugeLongTriangularMatrix


  • public class HugeLongTriangularMatrix
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long get​(long x, long y)  
      void set​(long x, long y, long v)  
      • Methods inherited from class java.lang.Object

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

      • HugeLongTriangularMatrix

        public HugeLongTriangularMatrix​(long order)
    • Method Detail

      • set

        public void set​(long x,
                        long y,
                        long v)
      • get

        public long get​(long x,
                        long y)