Class SparseQDLDL.WorkerCache

java.lang.Object
org.ojalgo.matrix.decomposition.SparseQDLDL.WorkerCache
Enclosing class:
SparseQDLDL

private static final class SparseQDLDL.WorkerCache extends Object
  • Field Details

    • elimBuffer

      int[] elimBuffer
    • LNextSpaceInCol

      int[] LNextSpaceInCol
    • yIdx

      int[] yIdx
    • yMarkers

      boolean[] yMarkers
    • yVals

      double[] yVals
  • Constructor Details

    • WorkerCache

      private WorkerCache()
  • Method Details

    • reset

      void reset(int n)