From 5734794eacdc53803e20b2ee9de4462f19b14eed Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 26 Oct 2020 21:12:51 +0100 Subject: [PATCH] add LinearOperator deps --- src/Stopping.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stopping.jl b/src/Stopping.jl index 8f47e4ed..73689cba 100644 --- a/src/Stopping.jl +++ b/src/Stopping.jl @@ -46,7 +46,7 @@ the Stopping to reuse for another call. """ module Stopping -using LinearAlgebra, DataFrames, NLPModels +using LinearAlgebra, LinearOperators, DataFrames, NLPModels const Iterate = Union{Number, AbstractVector, Nothing} const FloatVoid = Union{Number, Nothing}