@@ -100,8 +100,8 @@ function do_factorization(alg::QRFactorization, A, b, u)
100
100
end
101
101
102
102
function init_cacheval (alg:: QRFactorization , A, b, u, Pl, Pr,
103
- maxiters:: Int , abstol, reltol, verbose:: Bool ,
104
- assumptions:: OperatorAssumptions )
103
+ maxiters:: Int , abstol, reltol, verbose:: Bool ,
104
+ assumptions:: OperatorAssumptions )
105
105
ArrayInterface. qr_instance (convert (AbstractMatrix, A))
106
106
end
107
107
@@ -121,8 +121,8 @@ function do_factorization(alg::SVDFactorization, A, b, u)
121
121
end
122
122
123
123
function init_cacheval (alg:: SVDFactorization , A, b, u, Pl, Pr,
124
- maxiters:: Int , abstol, reltol, verbose:: Bool ,
125
- assumptions:: OperatorAssumptions )
124
+ maxiters:: Int , abstol, reltol, verbose:: Bool ,
125
+ assumptions:: OperatorAssumptions )
126
126
ArrayInterface. svd_instance (convert (AbstractMatrix, A))
127
127
end
128
128
@@ -266,7 +266,8 @@ function init_cacheval(alg::GenericFactorization{typeof(svd!)}, A::Diagonal, b,
266
266
assumptions:: OperatorAssumptions )
267
267
Diagonal (inv .(A. diag))
268
268
end
269
- function init_cacheval (alg:: GenericFactorization{typeof(svd!)} , A:: Tridiagonal , b, u, Pl, Pr,
269
+ function init_cacheval (alg:: GenericFactorization{typeof(svd!)} , A:: Tridiagonal , b, u, Pl,
270
+ Pr,
270
271
maxiters:: Int , abstol, reltol, verbose:: Bool ,
271
272
assumptions:: OperatorAssumptions )
272
273
ArrayInterface. svd_instance (A)
0 commit comments