Class SuperLU.SCformat

  • Enclosing class:
    SuperLU

    public class SuperLU.SCformat
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SCformat()  
    • 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
      • nsuper

        int nsuper
      • nzval

        double[] nzval
      • nzval_colptr

        int[] nzval_colptr
      • rowind

        int[] rowind
      • rowind_colptr

        int[] rowind_colptr
      • col_to_sup

        int[] col_to_sup
      • sup_to_col

        int[] sup_to_col
    • Constructor Detail

      • SCformat

        public SCformat()