bundles / scipy 1.17.1 / scipy / interpolate / _fitpack2 / _DerivedBivariateSpline
class
scipy.interpolate._fitpack2:_DerivedBivariateSpline
Signature
class _DerivedBivariateSpline ( ) Members
Summary
Bivariate spline constructed from the coefficients and knots of another spline.
Notes
The class is not meant to be instantiated directly from the data to be interpolated or smoothed. As a result, its fp attribute and get_residual method are inherited but overridden; AttributeError is raised when they are accessed.
The other inherited attributes can be used as usual.
Aliases
-
scipy.interpolate._fitpack2._DerivedBivariateSpline