=============
Vector Module
=============

The vector module provides tools for basic vector math 
and differential calculus with respect to 3D Cartesian coordinate 
systems. This documentation provides an overview of all the 
features offered, and relevant API.


Guide to Vector
===============

.. toctree::
    :maxdepth: 2

    intro.rst
    basics.rst
    coordsys.rst
    fields.rst
    examples.rst

Vector API
==========

.. toctree::
    :maxdepth: 2

    api/classes.rst
    api/orienterclasses.rst
    api/vectorfunctions.rst

References for Vector
================================

.. [Dyadics] http://en.wikipedia.org/wiki/Dyadics
.. [DyadicProducts] http://en.wikipedia.org/wiki/Dyadic_product
.. [DelOperator] http://en.wikipedia.org/wiki/Del
