Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- integrateOnSphericalSimplex :: ([Double] -> Double) -> SphericalSimplex -> Int -> Double -> Double -> Int -> IO Result
- type SphericalSimplex = [[Double]]
- orthants :: Int -> [SphericalSimplex]
- data Result = Result {
- value :: Double
- errorEstimate :: Double
- evaluations :: Int
- success :: Bool