.. raw:: html

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

CubicHermite
======================================

.. currentmodule:: splinebox.basis_functions

.. autoclass:: CubicHermite
   :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
      
         CubicHermite.__call__
         CubicHermite.filter_periodic
         CubicHermite.filter_symmetric
         CubicHermite.h31_autocorrelation
         CubicHermite.h31_periodic_autocorrelation
         CubicHermite.h32_autocorrelation
         CubicHermite.h32_periodic_autocorrelation
         CubicHermite.h3_crosscorrelation
         CubicHermite.h3_periodic_crosscorrelation
         CubicHermite.refinement_mask
      
         CubicHermite.__call__
  

  
  
   .. 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
      
         CubicHermite.h31
         CubicHermite.h31prime
         CubicHermite.h31primeprime
         CubicHermite.h32
         CubicHermite.h32prime
         CubicHermite.h32primeprime
  
  

.. _sphx_glr_backref_splinebox.CubicHermite:

.. minigallery:: splinebox.CubicHermite