Class SuperLU.NCPformat

  • Enclosing class:
    SuperLU

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

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

      Constructors 
      Constructor Description
      NCPformat()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nnz

        int nnz
      • nzval

        double[] nzval
      • rowind

        int[] rowind
      • colbeg

        int[] colbeg
      • colend

        int[] colend
    • Constructor Detail

      • NCPformat

        NCPformat()