TaylorSeriesSurface

A surface with an evaluator built off of a Taylor series expansion

 

__init__(self, *derivs, dimension=None, **opts): 
  • data: Any

    derivs or a tuple of derivs + options

  • dimension: Any

 

evaluate(self, points, **kwargs): 

Since the Taylor expansion stuff is already built out this is super easy

  • points: Any
  • kwargs: Any
  • :returns: _

Feedback

Examples

Templates

Documentation