allShortestHopPaths

fun <T> Environment<T, *>.allShortestHopPaths(): SymmetricMatrix<Double>(source)

Calculates the shortest paths using the Floyd-Warshall algorithm calculating the Hop Distance between nodes.