We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe5c9d commit 1e23d4aCopy full SHA for 1e23d4a
1 file changed
tutorials/linearoperator.py
@@ -264,7 +264,6 @@
264
# operator acts on one dimension of a 2d-array. We will see how in this case the forward
265
# and adjoint passes can be applied on the flattened array as well as on the 2d-array directly
266
267
-#
268
m, n = 10, 5
269
d = np.arange(n) + 1.0
270
x = np.ones((m, n))
0 commit comments