Class SuperLU.NCformat

  • Enclosing class:
    SuperLU

    public class SuperLU.NCformat
    extends java.lang.Object
    The storage schemes are defined as follows. *
    • Constructor Summary

      Constructors 
      Constructor Description
      NCformat()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nnz

        public int nnz
      • nzval

        public double[] nzval
      • rowind

        public int[] rowind
      • colptr

        public int[] colptr
    • Constructor Detail

      • NCformat

        public NCformat()