Class SuperLU.Colamd_Row

  • Enclosing class:
    SuperLU

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

      Fields 
      Modifier and Type Field Description
      (package private) int length  
      (package private) int shared1  
      (package private) int shared2  
      (package private) int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Colamd_Row()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • length

        int length
      • shared1

        int shared1
      • shared2

        int shared2
    • Constructor Detail

      • Colamd_Row

        Colamd_Row()