modularity-0.2.1.1: Find the modularity of a network.
Math.Modularity.Types
newtype Q Source #
Constructors
Fields
Defined in Math.Modularity.Types
Methods
(==) :: Q -> Q -> Bool #
(/=) :: Q -> Q -> Bool #
(+) :: Q -> Q -> Q #
(-) :: Q -> Q -> Q #
(*) :: Q -> Q -> Q #
negate :: Q -> Q #
abs :: Q -> Q #
signum :: Q -> Q #
fromInteger :: Integer -> Q #
compare :: Q -> Q -> Ordering #
(<) :: Q -> Q -> Bool #
(<=) :: Q -> Q -> Bool #
(>) :: Q -> Q -> Bool #
(>=) :: Q -> Q -> Bool #
max :: Q -> Q -> Q #
min :: Q -> Q -> Q #
readsPrec :: Int -> ReadS Q #
readList :: ReadS [Q] #
readPrec :: ReadPrec Q #
readListPrec :: ReadPrec [Q] #
showsPrec :: Int -> Q -> ShowS #
show :: Q -> String #
showList :: [Q] -> ShowS #
Associated Types
type Rep Q :: Type -> Type #
from :: Q -> Rep Q x #
to :: Rep Q x -> Q #