NFW
===

.. currentmodule:: astropy.modeling.physical_models

.. autoclass:: NFW
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~NFW.concentration
      ~NFW.input_units
      ~NFW.mass
      ~NFW.param_names
      ~NFW.r_max
      ~NFW.r_s
      ~NFW.r_virial
      ~NFW.redshift
      ~NFW.return_units
      ~NFW.rho_scale
      ~NFW.v_max

   .. rubric:: Methods Summary

   .. autosummary::

      ~NFW.A_NFW
      ~NFW.circular_velocity
      ~NFW.evaluate

   .. rubric:: Attributes Documentation

   .. autoattribute:: concentration
   .. autoattribute:: input_units
   .. autoattribute:: mass
   .. autoattribute:: param_names
   .. autoattribute:: r_max
   .. autoattribute:: r_s
   .. autoattribute:: r_virial
   .. autoattribute:: redshift
   .. autoattribute:: return_units
   .. autoattribute:: rho_scale
   .. autoattribute:: v_max

   .. rubric:: Methods Documentation

   .. automethod:: A_NFW
   .. automethod:: circular_velocity
   .. automethod:: evaluate
