.. _doxid-index_xxx:

GALAHAD XXX package
===================

.. module:: galahad.xxx

.. include:: ../../Python/xxx_intro.rst

.. include:: ../../Python/xxx_storage.rst

.. toctree::
	:hidden:

	xxx_functions.rst

introduction to function calls
------------------------------

To solve a given problem, functions from the xxx package must be 
called in the following order:


See the :ref:`examples <doxid-index_xxx_examples>` section for 
illustrations of use.

.. include:: irt.rst

.. include:: xxx_functions.rst

available structures
--------------------

.. include :: struct_xxx_control_type.rst

.. include :: struct_xxx_time_type.rst

.. include :: struct_xxx_inform_type.rst

|	:ref:`genindex`

.. _doxid-index_xxx_examples:

example calls
-------------

This is an example of how to use the package to ... ;
the code is available in $GALAHAD/src/xxx/Julia/test_xxx.jl .
A variety of supported Hessian and constraint matrix storage formats are shown.

.. include :: ../../../src/xxx/Julia/test_xxx.jl
   :code: julia
