Vedant Puri
Vedant Puri
I added short circuits in `TensorProductOperator` `mul!` implementations for when we have IdentityOperators in tensor products. https://github.com/SciML/SciMLOperators.jl/pull/59/commits/2eaede76a51b5cf96601e206020f004fc114002d
after overloading `Base.oneunit` ```julia Base.oneunit(L::AbstractSciMLOperator) = one(L) Base.oneunit(LType::Type{ det(A) ERROR: MethodError: no method matching abs(::MatrixOperator{Float64, Diagonal{Float64, Vector{Float64}}, typeof(SciMLOperators.DEFAULT_UPDATE_FUNC)}) Closest candidates are: abs(::Unsigned) at int.jl:183 abs(::Signed) at int.jl:184 abs(::Union{Float16, Float32, Float64})...