From 25eb199bb1d8d201af2c2c8ad218e08bc6e94fa6 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 18 Dec 2023 11:35:48 -0500 Subject: [PATCH] Update docs/src/interfaces/Array_and_Number.md --- docs/src/interfaces/Array_and_Number.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/interfaces/Array_and_Number.md b/docs/src/interfaces/Array_and_Number.md index 28b3acdaa..6c3303299 100644 --- a/docs/src/interfaces/Array_and_Number.md +++ b/docs/src/interfaces/Array_and_Number.md @@ -88,6 +88,7 @@ Additionally, the following rules apply to subsets of uses: * `z::T .= x::T .+ y::T` is defined * `z::T .= x::T .* y::T` is defined * `z::T .= t::T2 .* x::T` where `T2` is the time type (a Number) and `T` is the container type. +* (Optional) `Base.resize!(x,i)` is required for `resize!(integrator,i)` to be supported. ### SciML Matrix (Operator) Type