Class HugeDoubleTriangularMatrix


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

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

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

      • HugeDoubleTriangularMatrix

        public HugeDoubleTriangularMatrix​(long order,
                                          AllocationTracker allocationTracker)
    • Method Detail

      • set

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

        public double get​(long x,
                          long y)
      • order

        public long order()