Class SuperLU.NRformat

  • Enclosing class:
    SuperLU

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

      Fields 
      Modifier and Type Field Description
      (package private) int[] colind  
      (package private) int nnz  
      (package private) double[] nzval  
      (package private) SuperLU.doublecomplex[] nzvaldc  
      (package private) int[] rowptr  
    • Constructor Summary

      Constructors 
      Constructor Description
      NRformat()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NRformat

        NRformat()