3 Module : Graph.Distance
5 Copyright : (c) CNRS, 2017-Present
6 License : AGPL + CECILL v3
7 Maintainer : team@gargantext.org
8 Stability : experimental
11 Here is a longer description of this module, containing some
12 commentary with @some markup@.
16 module Graph.Distance where
19 import Gargantext.Viz.Graph.Distances.Matrice
20 import Gargantext.Prelude
25 let result = cross' $ matrix 3 ([1,1..] :: [Double])
27 shouldBe result (matrix 3 ([2,2..] :: [Double]))