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
LinearAlgebra.givensAlgorithm is non-generic, as it requires AbstractFloat or Complex{AbstractFloat}.
This makes it incompatible with automatic differentiation packages such as ForwardDiff.
This is an issue for SciML: SciML/SciMLSensitivity.jl#446 (comment)
The text was updated successfully, but these errors were encountered:
LinearAlgebra.givensAlgorithm
is non-generic, as it requiresAbstractFloat
orComplex{AbstractFloat}
.This makes it incompatible with automatic differentiation packages such as
ForwardDiff
.This is an issue for SciML: SciML/SciMLSensitivity.jl#446 (comment)
The text was updated successfully, but these errors were encountered: