InterpolatedSurface
A surface that operates by doing an interpolation of passed mesh data
Properties and Methods
__init__(self, xdata, ydata=None, dimension=None, **opts):
evaluate(self, points, **kwargs):
We delegate all the dirty work to the Interpolator so hopefully that’s working…
points
:Any
No description…
kwargs
:Any
No description…
:returns
:_
No description…
minimize(self, initial_guess=None, function_options=None, **opts):
Examples
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings