File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ function with_cache(f::Function, cache::CachePool{T}) where {T}
330
330
end
331
331
332
332
"""
333
- IndependentlyLinearizingSavingCallback (ils::IndependentlyLinearizedSolution)
334
- IndependentlyLinearizingSavingCallback (ilss::Vector{IndependentlyLinearizedSolution})
333
+ LinearizingSavingCallback (ils::IndependentlyLinearizedSolution)
334
+ LinearizingSavingCallback (ilss::Vector{IndependentlyLinearizedSolution})
335
335
336
336
Provides a saving callback that inserts interpolation points into your signal such that
337
337
a 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
346
346
fit. This has not been implemented yet.
347
347
348
348
This 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 .
351
351
352
352
Example usage:
353
353
You can’t perform that action at this time.
0 commit comments