We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3baa6b commit 9352d4dCopy full SHA for 9352d4d
src/AdaptiveRegularization.jl
@@ -9,7 +9,7 @@ using Stopping, StoppingInterface
9
10
using Krylov: Krylov, cg!, cg_lanczos_shift!
11
using Krylov: CgLanczosShiftWorkspace, CgWorkspace, CglsWorkspace, LsqrWorkspace, krylov_solve!
12
-using LinearAlgebra: LinearAlgebra, Symmetric, mul!, norm
+using LinearAlgebra: LinearAlgebra, Symmetric, mul!, norm, /, ⋅
13
using LinearOperators: LinearOperators, LinearOperator
14
using NLPModels:
15
NLPModels,
0 commit comments