|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatrixElementOperations | |
---|---|
edu.uci.ics.jung.algorithms.matrix | Mechanisms for dealing with graphs as matrices. |
Uses of MatrixElementOperations in edu.uci.ics.jung.algorithms.matrix |
---|
Classes in edu.uci.ics.jung.algorithms.matrix that implement MatrixElementOperations | |
---|---|
class |
RealMatrixElementOperations<E>
Implements the basic matrix operations on double-precision values. |
Methods in edu.uci.ics.jung.algorithms.matrix with parameters of type MatrixElementOperations | ||
---|---|---|
static
|
GraphMatrixOperations.square(Graph<V,E> g,
org.apache.commons.collections15.Factory<E> edgeFactory,
MatrixElementOperations<E> meo)
Returns the graph that corresponds to the square of the (weighted) adjacency matrix that the specified graph g encodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |