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 702cf60 commit e1d2c1bCopy full SHA for e1d2c1b
docs/src/tutorials/linear.md
@@ -159,7 +159,6 @@ mfopA * sol.u - b
159
160
!!! note
161
162
-
163
-Note that not all methods can use a matrix-free operator. For example, `LS.LUFactorization()` requires a matrix. If you use an
164
-invalid method, you will get an error. The methods particularly from KrylovJL are the ones preferred for these cases
165
-(and are defaulted to).
+ Note that not all methods can use a matrix-free operator. For example, `LS.LUFactorization()` requires a matrix. If you use an
+ invalid method, you will get an error. The methods particularly from KrylovJL are the ones preferred for these cases
+ (and are defaulted to).
0 commit comments