File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ function with_cache(f::Function, cache::CachePool{T}) where {T}
330330end
331331
332332"""
333- IndependentlyLinearizingSavingCallback (ils::IndependentlyLinearizedSolution)
334- IndependentlyLinearizingSavingCallback (ilss::Vector{IndependentlyLinearizedSolution})
333+ LinearizingSavingCallback (ils::IndependentlyLinearizedSolution)
334+ LinearizingSavingCallback (ilss::Vector{IndependentlyLinearizedSolution})
335335
336336Provides a saving callback that inserts interpolation points into your signal such that
337337a naive linear interpolation of the resultant saved values will be within `abstol`/`reltol`
@@ -346,8 +346,8 @@ interpolations up to the 4th order, higher orders may need more points to ensure
346346fit. This has not been implemented yet.
347347
348348This callback generator takes in an `IndependentlyLinearizedSolution` object to store
349- output into. If it is given a vector of these objects, the first stores the linearized
350- primal, the second stores the linearized first derivative, and so on .
349+ output into. An `IndependentlyLinearizedSolution` object itself controls how many
350+ derivatives (if any) to linearize along with the primal states themselves .
351351
352352Example usage:
353353
You can’t perform that action at this time.
0 commit comments