Class METIS.graph_t

  • Enclosing class:
    METIS

    class METIS.graph_t
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      graph_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nvtxs

        int nvtxs
      • nedges

        int nedges
      • ncon

        int ncon
      • xadj

        int[] xadj
      • vwgt

        int[] vwgt
      • vsize

        int[] vsize
      • adjncy

        int[] adjncy
      • adjwgt

        int[] adjwgt
      • tvwgt

        int[] tvwgt
      • invtvwgt

        float[] invtvwgt
      • free_xadj

        int free_xadj
      • free_vwgt

        int free_vwgt
      • free_vsize

        int free_vsize
      • free_adjncy

        int free_adjncy
      • free_adjwgt

        int free_adjwgt
      • label

        int[] label
      • cmap

        int[] cmap
      • mincut

        int mincut
      • minvol

        int minvol
      • where

        int[] where
      • pwgts

        int[] pwgts
      • nbnd

        int nbnd
      • bndptr

        int[] bndptr
      • bndind

        int[] bndind
      • id

        int[] id
      • ed

        int[] ed
    • Constructor Detail

      • graph_t

        graph_t()