Module ojalgo

Class SparseQDLDL.WorkerCache

  • Enclosing class:
    SparseQDLDL

    private static final class SparseQDLDL.WorkerCache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] elimBuffer  
      (package private) int[] LNextSpaceInCol  
      (package private) int[] yIdx  
      (package private) boolean[] yMarkers  
      (package private) double[] yVals  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WorkerCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void reset​(int n)  
      • Methods inherited from class java.lang.Object

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

      • elimBuffer

        int[] elimBuffer
      • LNextSpaceInCol

        int[] LNextSpaceInCol
      • yIdx

        int[] yIdx
      • yMarkers

        boolean[] yMarkers
      • yVals

        double[] yVals
    • Constructor Detail

      • WorkerCache

        private WorkerCache()
    • Method Detail

      • reset

        void reset​(int n)