scubature-1.0.0.0: Multidimensional integration over simplices
Safe HaskellNone
LanguageHaskell2010

Numeric.Integration.SimplexCubature

Synopsis

Documentation

data Result Source #

Constructors

Result 

Instances

Instances details
Show Result Source # 
Instance details

Defined in Numeric.Integration.SimplexCubature

data Results Source #

Constructors

Results 

Instances

Instances details
Show Results Source # 
Instance details

Defined in Numeric.Integration.SimplexCubature

integrateOnSimplex :: (VectorD -> VectorD) -> Simplices -> Int -> Int -> Double -> Double -> Int -> IO Results Source #

Integral of a vector-valued function over an union of simplices.

integrateOnSimplex' :: (VectorD -> Double) -> Simplices -> Int -> Double -> Double -> Int -> IO Result Source #

Integral of a real-valued function over an union of simplices.