haskell-igraph-0.4.0: Haskell interface of the igraph library.
IGraph.Internal.Motif
igraphTriadCensus :: IGraph -> Vector -> IO Int Source #
igraphMotifsRandesu :: IGraph -> Vector -> Int -> Vector -> IO Int Source #
igraphTriadCensus'_ :: Ptr IGraph -> Ptr Vector -> IO CInt Source #
igraphMotifsRandesu'_ :: Ptr IGraph -> Ptr Vector -> CInt -> Ptr Vector -> IO CInt Source #