.. TensorToolbox documentation master file, created by
   sphinx-quickstart on Mon Jul 22 17:52:07 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to TensorToolbox's documentation!
=========================================

Contents:

.. toctree::
   :maxdepth: 3

.. automodule:: TensorToolbox

.. automodule:: TensorToolbox.core
		:members:
		
.. autoclass:: TensorToolbox.core.Candecomp
	       :members:
	
.. autoclass:: TensorToolbox.core.TTvec
	       :members:

.. autoclass:: TensorToolbox.core.TTmat
	       :members:

.. autoclass:: TensorToolbox.core.STT
	       :members:

.. automodule:: TensorToolbox.multilinalg
		:members: add, mul, dot, kron, contraction, norm, sd, cg, bicgstab, gmres

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

