{-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeOperators #-} {-| Module : Gargantext.Core.LinearAlgebra Description : Linear Algebra utility functions Copyright : (c) CNRS, 2017-Present License : AGPL + CECILL v3 Maintainer : team@gargantext.org Stability : experimental Portability : POSIX Linear algebra utility functions to be used across all the Gargantext modules requiring it. -} module Gargantext.Core.LinearAlgebra ( -- * Handy re-exports module Gargantext.Core.LinearAlgebra.Operations , module Gargantext.Core.LinearAlgebra.Distributional ) where import Gargantext.Core.LinearAlgebra.Operations import Gargantext.Core.LinearAlgebra.Distributional