Uses of Interface
edu.uci.ics.jung.algorithms.MatrixElementOperations

Packages that use MatrixElementOperations
edu.uci.ics.jung.algorithms   
 

Uses of MatrixElementOperations in edu.uci.ics.jung.algorithms
 

Classes in edu.uci.ics.jung.algorithms that implement MatrixElementOperations
 class RealMatrixElementOperations
          Implements the basic matrix operations on double-precision values.
 

Methods in edu.uci.ics.jung.algorithms with parameters of type MatrixElementOperations
static Graph GraphMatrixOperations.square(Graph g, MatrixElementOperations meo)
          Returns the graph that corresponds to the square of the (weighted) adjacency matrix that the specified graph g encodes.