summaryrefslogtreecommitdiffstats
path: root/python/docSRC/operator.rst
diff options
context:
space:
mode:
authorDaan Pelt <daan.pelt@gmail.com>2015-03-26 16:40:38 +0100
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2015-05-04 14:21:04 +0200
commit2bc0d98c413fee4108115f26aa337f65337eec55 (patch)
tree5f77f278ab33ad7b1da819407c3f472edde8bb4b /python/docSRC/operator.rst
parentbf31003d74f538a9096ef5999b31b0daa58c38c9 (diff)
downloadastra-2bc0d98c413fee4108115f26aa337f65337eec55.tar.gz
astra-2bc0d98c413fee4108115f26aa337f65337eec55.tar.bz2
astra-2bc0d98c413fee4108115f26aa337f65337eec55.tar.xz
astra-2bc0d98c413fee4108115f26aa337f65337eec55.zip
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
Diffstat (limited to 'python/docSRC/operator.rst')
-rw-r--r--python/docSRC/operator.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/docSRC/operator.rst b/python/docSRC/operator.rst
new file mode 100644
index 0000000..f5369fa
--- /dev/null
+++ b/python/docSRC/operator.rst
@@ -0,0 +1,8 @@
+OpTomo class: the :mod:`operator` module
+==============================================
+
+.. automodule:: astra.operator
+ :members:
+ :undoc-members:
+ :show-inheritance:
+