Class SuperLU.SuperLUStat_t

  • Enclosing class:
    SuperLU

    public class SuperLU.SuperLUStat_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int expansions  
      (package private) float[] ops  
      (package private) int[] panel_histo  
      (package private) int RefineSteps  
      (package private) int TinyPivots  
      (package private) double[] utime  
    • Constructor Summary

      Constructors 
      Constructor Description
      SuperLUStat_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • panel_histo

        int[] panel_histo
      • utime

        double[] utime
      • ops

        float[] ops
      • TinyPivots

        int TinyPivots
      • RefineSteps

        int RefineSteps
      • expansions

        int expansions
    • Constructor Detail

      • SuperLUStat_t

        public SuperLUStat_t()