Class SuperLU.NRformat_loc

  • Enclosing class:
    SuperLU

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

      Fields 
      Modifier and Type Field Description
      (package private) int[] colind  
      (package private) int fst_row  
      (package private) int m_loc  
      (package private) int nnz_loc  
      (package private) double[] nzval  
      (package private) int[] rowptr  
    • Constructor Summary

      Constructors 
      Constructor Description
      NRformat_loc()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nnz_loc

        int nnz_loc
      • m_loc

        int m_loc
      • fst_row

        int fst_row
      • nzval

        double[] nzval
      • rowptr

        int[] rowptr
      • colind

        int[] colind
    • Constructor Detail

      • NRformat_loc

        NRformat_loc()