@@ -575,21 +575,6 @@ $(TYPEDEF)
575
575
abstract type AbstractSensitivitySolution{T, N, S} <: AbstractTimeseriesSolution{T, N, S} end
576
576
577
577
# Misc
578
- # TODO - deprecate AbstractDiffEqOperator family
579
- """
580
- $(TYPEDEF)
581
- """
582
- abstract type AbstractDiffEqOperator{T} <: AbstractSciMLOperator{T} end
583
-
584
- """
585
- $(TYPEDEF)
586
- """
587
- abstract type AbstractDiffEqLinearOperator{T} <: AbstractDiffEqOperator{T} end
588
-
589
- """
590
- $(TYPEDEF)
591
- """
592
- abstract type AbstractDiffEqCompositeOperator{T} <: AbstractDiffEqLinearOperator{T} end
593
578
594
579
"""
595
580
$(TYPEDEF)
@@ -720,10 +705,6 @@ $(TYPEDEF)
720
705
abstract type AbstractParameterizedFunction{iip} <: AbstractODEFunction{iip} end
721
706
722
707
include (" retcodes.jl" )
723
- include (" operators/operators.jl" )
724
- include (" operators/basic_operators.jl" )
725
- include (" operators/diffeq_operator.jl" )
726
- include (" operators/common_defaults.jl" )
727
708
include (" symbolic_utils.jl" )
728
709
include (" performance_warnings.jl" )
729
710
@@ -853,10 +834,6 @@ export EnsembleAnalysis, EnsembleSummary
853
834
854
835
export tuples, intervals, TimeChoiceIterator
855
836
856
- export AffineDiffEqOperator, DiffEqScaledOperator
857
-
858
- export DiffEqScalar, DiffEqArrayOperator, DiffEqIdentity
859
-
860
837
export step!, deleteat!, addat!, get_tmp_cache,
861
838
full_cache, user_cache, u_cache, du_cache,
862
839
rand_cache, ratenoise_cache,
0 commit comments