diff options
| author | Daan Pelt <daan.pelt@gmail.com> | 2015-03-26 16:40:38 +0100 | 
|---|---|---|
| committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-05-04 14:21:04 +0200 | 
| commit | 2bc0d98c413fee4108115f26aa337f65337eec55 (patch) | |
| tree | 5f77f278ab33ad7b1da819407c3f472edde8bb4b /python/docSRC | |
| parent | bf31003d74f538a9096ef5999b31b0daa58c38c9 (diff) | |
| download | astra-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')
| -rw-r--r-- | python/docSRC/index.rst | 2 | ||||
| -rw-r--r-- | python/docSRC/operator.rst (renamed from python/docSRC/ASTRAProjector.rst) | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/python/docSRC/index.rst b/python/docSRC/index.rst index 8d17a4a..b7cc6d6 100644 --- a/python/docSRC/index.rst +++ b/python/docSRC/index.rst @@ -18,7 +18,7 @@ Contents:     matrix     creators     functions -   ASTRAProjector +   operator     matlab     astra  .. astra diff --git a/python/docSRC/ASTRAProjector.rst b/python/docSRC/operator.rst index 1c267e3..f5369fa 100644 --- a/python/docSRC/ASTRAProjector.rst +++ b/python/docSRC/operator.rst @@ -1,7 +1,7 @@ -Helper class: the :mod:`ASTRAProjector` module +OpTomo class: the :mod:`operator` module  ============================================== -.. automodule:: astra.ASTRAProjector +.. automodule:: astra.operator      :members:      :undoc-members:      :show-inheritance: | 
