Class SuperLU.NCformat

java.lang.Object
gov.nih.mipav.model.structures.jama.SuperLU.NCformat
Enclosing class:
SuperLU

public class SuperLU.NCformat extends Object
The storage schemes are defined as follows. *
  • Field Details

    • nnz

      public int nnz
    • nzval

      public double[] nzval
    • nzvaldc

    • rowind

      public int[] rowind
    • colptr

      public int[] colptr
  • Constructor Details

    • NCformat

      public NCformat()