Class SuperLU.LU_stack_t

  • Enclosing class:
    SuperLU

    class SuperLU.LU_stack_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] array  
      (package private) int size  
      (package private) int top1  
      (package private) int top2  
      (package private) int used  
    • Constructor Summary

      Constructors 
      Constructor Description
      LU_stack_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • size

        int size
      • used

        int used
      • top1

        int top1
      • top2

        int top2
      • array

        double[] array
    • Constructor Detail

      • LU_stack_t

        LU_stack_t()