manifolds-0.6.0.0: Coordinate-free hypersurfaces
Copyright(c) Justus Sagemüller 2017
LicenseGPL v3
Maintainer(@) jsagemue $ uni-koeln.de
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.Manifold.Function.LocalModel

Description

 
Synopsis

The model class

Local data fit models

propagationCenteredModel :: forall x y ㄇ. (ModellableRelation x y, LocalModel ㄇ) => LocalDataPropPlan x (Shade' y) -> ㄇ x y Source #

Differential equations

type DifferentialEqn ㄇ x y = Shade (x, y) -> LocalDifferentialEqn ㄇ x y Source #

newtype LocalDifferentialEqn ㄇ x y Source #

Constructors

LocalDifferentialEqn 

Fields

data LocalDataPropPlan x y Source #

Instances

Instances details
(Show x, Show y, Show (Needle x)) => Show (LocalDataPropPlan x y) Source # 
Instance details

Defined in Data.Manifold.Function.LocalModel