File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This Python library is inspired by the MATLAB [Spot – A Linear-Operator Toolbo
1919Linear operators and inverse problems are at the core of many of the most used algorithms
2020in signal processing, image processing, and remote sensing. When dealing with small-scale problems,
2121the Python numerical scientific libraries [ numpy] ( http://www.numpy.org )
22- and [ scipy] ( https://www.scipy.org/scipylib/index.html ) allow to perform many
22+ and [ scipy] ( https://www.scipy.org/scipylib/index.html ) allow allow performing many
2323of the underlying matrix operations (e.g., computation of matrix-vector products and manipulation of matrices)
2424in a simple and compact way.
2525
@@ -70,7 +70,7 @@ xinv = Dlop / y
7070```
7171
7272Note how this second approach does not require creating a dense matrix, reducing both the memory load and the computational cost of
73- applying a derivative to an input vector x. Moreover, the code becomes even more compact and espressive than in the previous case
73+ applying a derivative to an input vector x. Moreover, the code becomes even more compact and expressive than in the previous case
7474letting the user focus on the formulation of equations of the forward problem to be solved by inversion.
7575
7676
You can’t perform that action at this time.
0 commit comments