R/RcppExports.R
rcpp_floyd_flow_length.Rd
Additionally, it computes also the Euclidean length of shortest-paths (sum of Euclidean lengths) and the total Euclidean closeness (sum of reciprocals Euclidean lengths) along shortest-paths.
rcpp_floyd_flow_length(C, L)
C | numeric matrix of edge costs |
---|---|
L | numeric matrix of edge (Euclidean) lenghts |
D matrix of shortest-path distances, i.e. sum of costs along minimising paths
F matrix of total flows, i.e. sum of inverse costs, along shortest-paths
D_eucl matrix of Euclidean distances along shortest-paths (paths minimising sum of costs)
F_eucl matrix of total Eucl. flows, i.e. sum of inverse lengths, along shortest-paths