iota-0.1.0.0
Quick Jump
Source
Contents
Index
Safe Haskell
Safe-Inferred
Language
GHC2021
Data.Graph.Dense.Dijkstra
Synopsis
dijkstraDense
:: (Unbox w,
Num
w,
Ord
w,
Bounded
w) =>
Int
->
Int
-> Vector w -> Vector w
Documentation
dijkstraDense
Source
#
Arguments
:: (Unbox w,
Num
w,
Ord
w,
Bounded
w)
=>
Int
n
->
Int
src
-> Vector w
adjacent matrix (n x n)
-> Vector w
O(V^2)