Mapping
=======

.. currentmodule:: astropy.modeling.mappings

.. autoclass:: Mapping
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Mapping.linear
      ~Mapping.mapping
      ~Mapping.n_inputs
      ~Mapping.n_outputs

   .. rubric:: Methods Summary

   .. autosummary::

      ~Mapping.evaluate

   .. rubric:: Attributes Documentation

   .. autoattribute:: linear
   .. autoattribute:: mapping
   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs

   .. rubric:: Methods Documentation

   .. automethod:: evaluate
