Skip to content

Commit

Permalink
Refine inheritance diagrams.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Mar 5, 2014
1 parent 8cfdb26 commit bf113c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/linop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The :mod:`linop` Module
.. automodule:: linop

.. inheritance-diagram:: linop
:parts: 1

Base Class for Linear Operators
-------------------------------
Expand Down Expand Up @@ -168,10 +169,12 @@ symmetry as the original operator.

.. autofunction:: SymmetricallyReducedLinearOperator

An obvious use case of linear operators is matrices themselves! The two
An obvious use case of linear operators is matrices themselves! The
following convenience functions build linear operators from `Pysparse
<http://pysparse.sf.net>`_ sparse matrices and from Numpy arrays.

.. autofunction:: CoordLinearOperator

.. autofunction:: PysparseLinearOperator

.. autofunction:: linop_from_ndarray
Expand Down Expand Up @@ -216,6 +219,7 @@ zero, :math:`K` is a block-diagonal operator and the class
.. automodule:: blkop

.. inheritance-diagram:: blkop
:parts: 2

General Block Operators
-----------------------
Expand Down

0 comments on commit bf113c8

Please sign in to comment.