You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SparseArrays.jl is a strong dependency of SCT and is used to return Jacobians and Hessians as sparse matrices.
This can be an issue for load times, see JuliaDiff/DifferentiationInterface.jl#416.
By defaulting to a built-in array type (maybe BitMatrix?), we could remove this dependency.
SparseArrays.jl is a strong dependency of SCT and is used to return Jacobians and Hessians as sparse matrices.
This can be an issue for load times, see JuliaDiff/DifferentiationInterface.jl#416.
By defaulting to a built-in array type (maybe
BitMatrix
?), we could remove this dependency.Related issues: #14
The text was updated successfully, but these errors were encountered: