summaryrefslogtreecommitdiffstats
path: root/python/docSRC/operator.rst
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2015-05-08 14:03:01 +0200
committerWillem Jan Palenstijn <wjp@usecode.org>2015-05-08 14:03:01 +0200
commit63307fca7a82bfea7592d9c8d3a359333e622495 (patch)
tree5c2478fdeace55cad57bedec88017e948f09f56e /python/docSRC/operator.rst
parent5e25feb74f0d810af581db32fc5f9ed0560fa841 (diff)
parent89da933904262d6b7e80e8adf85ca9d1273881b3 (diff)
downloadastra-63307fca7a82bfea7592d9c8d3a359333e622495.tar.gz
astra-63307fca7a82bfea7592d9c8d3a359333e622495.tar.bz2
astra-63307fca7a82bfea7592d9c8d3a359333e622495.tar.xz
astra-63307fca7a82bfea7592d9c8d3a359333e622495.zip
Merge pull request #46 from dmpelt/spot-like-python
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:
+