Skip to content

Commit

Permalink
reexport SciMLOperators
Browse files Browse the repository at this point in the history
reexport scimlops now that `issquare` name conflict is fixed in SciML/LinearSolve.jl#270
  • Loading branch information
vpuri3 authored Feb 6, 2023
1 parent f4907a2 commit 7047f89
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7047f89

Please sign in to comment.