diff options
Diffstat (limited to 'python/docSRC/matrix.rst')
-rw-r--r-- | python/docSRC/matrix.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/docSRC/matrix.rst b/python/docSRC/matrix.rst new file mode 100644 index 0000000..6f11d8a --- /dev/null +++ b/python/docSRC/matrix.rst @@ -0,0 +1,8 @@ +Sparse matrices: the :mod:`matrix` module +========================================= + +.. automodule:: astra.matrix + :members: + :undoc-members: + :show-inheritance: + |