Skip to content

Commit

Permalink
Title capitalization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed May 16, 2024
1 parent cc64f01 commit 1250e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/include/blockarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Indexing
:class:`.BlockArray` indexing works just like indexing a list.


Multiplication Between BlockArray and LinearOperator
Multiplication between BlockArray and LinearOperator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The :class:`.Operator` and :class:`.LinearOperator` classes are designed
Expand Down
8 changes: 4 additions & 4 deletions docs/source/include/operator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ summarizes the available operations.
+----------------+-----------------+


Defining A New Operator
Defining a New Operator
-----------------------

To define a new operator, pass a callable to the :class:`.Operator`
Expand Down Expand Up @@ -108,7 +108,7 @@ operators are implemented matrix-free.



Using A LinearOperator
Using a LinearOperator
----------------------

We implement two ways to evaluate a :class:`.LinearOperator`. The
Expand Down Expand Up @@ -197,7 +197,7 @@ we have



Defining A New Linear Operator
Defining a New Linear Operator
------------------------------

To define a new linear operator, pass a callable to the
Expand Down Expand Up @@ -237,7 +237,7 @@ application, but enforces strict type checking in the adjoint. This
is due to the strict type-safe nature of jax adjoints.


LinearOperators From External Code
LinearOperators from External Code
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

External code may be wrapped as a subclass of :class:`.Operator` or
Expand Down

0 comments on commit 1250e29

Please sign in to comment.