pyinterp.core.Grid2DFloat32¶
- class pyinterp.core.Grid2DFloat32(self, x: pyinterp.core.Axis, y: pyinterp.core.Axis, array: numpy.ndarray)¶
Bases:
pybind11_object
Cartesian Grid 2D.
- Parameters:
x – X-Axis.
y – Y-Axis.
array – Bivariate function.
Attributes
Gets the values handled by this instance.
Gets the X-Axis handled by this instance.
Gets the Y-Axis handled by this instance.
Protected Methods
Special Methods
__getstate__
(self)__setstate__
(self, arg0)