From 7047f89b64a7cd8cfd3caae1fca53325557acb8f Mon Sep 17 00:00:00 2001 From: Vedant Puri Date: Sun, 5 Feb 2023 19:47:27 -0500 Subject: [PATCH] reexport SciMLOperators reexport scimlops now that `issquare` name conflict is fixed in https://github.com/SciML/LinearSolve.jl/pull/270 --- src/SciMLBase.jl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/SciMLBase.jl b/src/SciMLBase.jl index bb88a4aa3..4f042a477 100644 --- a/src/SciMLBase.jl +++ b/src/SciMLBase.jl @@ -34,19 +34,7 @@ import SciMLOperators: has_adjoint, has_expmv, has_expmv!, has_exp, has_mul, has_mul!, has_ldiv, has_ldiv! -### wait for https://github.com/SciML/LinearSolve.jl/issues/268 - -#@reexport using SciMLOperators - -### -export ScalarOperator, MatrixOperator, DiagonalOperator, AffineOperator, - AddVector, FunctionOperator, TensorProductOperator -export update_coefficients!, update_coefficients, - isconstant, iscached, cache_operator, - islinear, #issquare, - has_adjoint, has_expmv, has_expmv!, has_exp, - has_mul, has_mul!, has_ldiv, has_ldiv! -### +@reexport using SciMLOperators function __solve end function __init end