.. raw:: html

   <div class="prename">splinebox.multivariate.</div>
   <div class="empty"></div>

MultivariateSpline
=========================================

.. currentmodule:: splinebox.multivariate

.. autoclass:: MultivariateSpline
   :no-members:
   :no-inherited-members:
   :no-special-members:

  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. It doesn't appear because of the indentation.
      .. autosummary::
         :toctree:
         :template: method.rst
      
         MultivariateSpline.__call__
         MultivariateSpline.fit
         MultivariateSpline.mesh
      
  

  
  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. It doesn't appear because of the indentation.
      .. autosummary::
         :toctree:
         :template: attribute.rst
      
         MultivariateSpline.control_points
         MultivariateSpline.half_support
         MultivariateSpline.knots
         MultivariateSpline.ndim
         MultivariateSpline.pad
  
  

.. _sphx_glr_backref_splinebox.MultivariateSpline:

.. minigallery:: splinebox.MultivariateSpline