-da(0.5; idxs = [1, 2]) # interpolate subset of components</code></pre><p>The interpolation object must be callable as <code>interp(t, idxs, deriv, p, continuity)</code>, matching the protocol used by SciMLBase's <code>LinearInterpolation</code>, <code>HermiteInterpolation</code>, and <code>ConstantInterpolation</code>.</p><p>When <code>dense = true</code> and <code>interp</code> is provided, <code>plot(da)</code> automatically generates dense interpolated output instead of plotting only the saved time points.</p><h2 id="Ragged-Arrays-Sublibrary"><a class="docs-heading-anchor" href="#Ragged-Arrays-Sublibrary">Ragged Arrays Sublibrary</a><a id="Ragged-Arrays-Sublibrary-1"></a><a class="docs-heading-anchor-permalink" href="#Ragged-Arrays-Sublibrary" title="Permalink"></a></h2><p><code>RaggedVectorOfArray</code> and <code>RaggedDiffEqArray</code> are available via:</p><pre><code class="language-julia hljs">using RecursiveArrayToolsRaggedArrays</code></pre><p>These types preserve the true ragged structure without zero-padding, and do <strong>not</strong> subtype <code>AbstractArray</code>. See the <code>RecursiveArrayToolsRaggedArrays</code> subpackage for details.</p><h2 id="Zygote-Compatibility"><a class="docs-heading-anchor" href="#Zygote-Compatibility">Zygote Compatibility</a><a id="Zygote-Compatibility-1"></a><a class="docs-heading-anchor-permalink" href="#Zygote-Compatibility" title="Permalink"></a></h2><p>Some Zygote adjoint rules need updating for the new <code>AbstractArray</code> subtyping. ForwardDiff continues to work correctly. Zygote support will be updated in a follow-up release.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../AbstractVectorOfArrayInterface/">The AbstractVectorOfArray and AbstractDiffEqArray Interfaces »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.17.0 on <span class="colophon-date" title="Wednesday 1 April 2026 06:20">Wednesday 1 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments