Add AbstractArray{<:AbstractTracer}
methods for common LinearAlgebra functions
#115
Labels
discussion
Discuss design decisions / future direction of the package
Milestone
As discussed in #108, some functions like
logdet
require control flow, which currently only works with local tracers:This could be avoided by adding methods like
LinearAlgebra.logdet(M::AbstractMatrix{<:AbstractTracer})
that return conservative estimates of the corresponding sparsity pattern.The text was updated successfully, but these errors were encountered: