Package edu.rit.hyb.network
Package edu.rit.hyb.network
contains sequential and hybrid SMP cluster parallel programs
for network algorithms.
See: Description
-
Class Summary Class Description FloydHyb Class FloydHyb is a hybrid parallel program that uses Floyd's Algorithm to calculate the length of the shortest path from each node to every other node in a network, given the distance from each node to its adjacent nodes.FloydPrint FloydRandom FloydSeq Class FloydSeq is a sequential program that uses Floyd's Algorithm to calculate the length of the shortest path from each node to every other node in a network, given the distance from each node to its adjacent nodes.
Package edu.rit.hyb.network Description
Package edu.rit.hyb.network
contains sequential and hybrid SMP cluster parallel programs
for network algorithms.
The hybrid SMP cluster parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.
DMelt 3.0 © DataMelt by jWork.ORG