Skip to content

Conversation

AayushSabharwal
Copy link
Member

@AayushSabharwal AayushSabharwal commented Feb 24, 2025

Close #3400

@AayushSabharwal
Copy link
Member Author

The @time results:

julia> @time linearize(simplified_sys, linfun; op = Dict(x => 0.0));
  0.001373 seconds (416 allocations: 14.547 KiB)

julia> @time fast_linearize!(linprob, setter!, 1.0);
  0.000174 seconds (114 allocations: 4.844 KiB)

@ChrisRackauckas ChrisRackauckas merged commit 18d2362 into SciML:master Feb 27, 2025
37 of 45 checks passed
@AayushSabharwal AayushSabharwal deleted the as/linfun-docs branch February 28, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to provide additional guesses to linearize and family
2 participants