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
(the var"#1#2" is an anonymous function defined locally). so the compiled code is unlikely to be valid for users (which have their own functions that they solve).
It is not clear to me that there is any point at all to the precompilation of solve(prob, alg) after the very first call has been compiled.
The text was updated successfully, but these errors were encountered:
This package does a more or less exhaustive combination of problems, algorithms and element types
NonlinearSolve.jl/src/NonlinearSolve.jl
Lines 96 to 98 in d434b8d
NonlinearSolve.jl/src/NonlinearSolve.jl
Lines 137 to 144 in d434b8d
A total of 104 combinations of problems and algorithms are compiled in total.
At the same time, the problem specializes on the input function:
(the
var"#1#2"
is an anonymous function defined locally). so the compiled code is unlikely to be valid for users (which have their own functions that they solve).It is not clear to me that there is any point at all to the precompilation of
solve(prob, alg)
after the very first call has been compiled.The text was updated successfully, but these errors were encountered: