manifolds 0.5.0.0 → 0.5.0.1
raw patch · 3 files changed
+3/−17 lines, 3 filesdep ~manifolds-core
Dependency ranges changed: manifolds-core
Files
- Data/Manifold/Function/Interpolation.hs +0/−14
- Data/Manifold/Web.hs +1/−1
- manifolds.cabal +2/−2
Data/Manifold/Function/Interpolation.hs view
@@ -20,13 +20,7 @@ {-# LANGUAGE ConstraintKinds #-} module Data.Manifold.Function.Interpolation (- -- * Interpolation functions InterpolationFunction- , interpWeb- , fromUncertainFunction- -- * Specialised implementations- -- * Local models- , AffineModel, QuadraticModel ) where @@ -110,11 +104,3 @@ autoUpsampleAtLargeDist :: (ModellableRelation x y, LocalModel ㄇ) => ℝ -> InterpolationFunction ㄇ x y -> PointsWeb x (Shade' y) autoUpsampleAtLargeDist dmax = upsampleAtLargeDist dmax $ const evalLocalModel---fromUncertainFunction :: (ModellableRelation x y, LocalModel ㄇ)- => (x -> Shade' y) -- ^ Function to sample.- -> PointsWeb x () -- ^ Minimum-resolution domain coverage.- -> InterpolationFunction ㄇ x y-fromUncertainFunction f domain = fromPointsWeb- $ localFmapWeb (f . (^.thisNodeCoord)) domain
Data/Manifold/Web.hs view
@@ -36,7 +36,7 @@ -- * The web data type PointsWeb -- ** Construction- , fromWebNodes, fromShadeTree_auto, fromShadeTree, fromShaded, fromGraph+ , fromWebNodes, fromShadeTree_auto, fromShadeTree, fromShaded -- ** Lookup , nearestNeighbour, indexWeb, toGraph, webBoundary -- ** Decomposition
manifolds.cabal view
@@ -1,5 +1,5 @@ Name: manifolds-Version: 0.5.0.0+Version: 0.5.0.1 Category: Math Synopsis: Coordinate-free hypersurfaces Description: Manifolds, a generalisation of the notion of “smooth curves” or surfaces,@@ -40,7 +40,7 @@ Library Build-Depends: base>=4.5 && < 6- , manifolds-core == 0.5.0.0+ , manifolds-core == 0.5.0.1 , transformers , vector-space>=0.8 , free-vector-spaces>=0.1.5