Skip to content

Commit

Permalink
Update docs/src/interfaces/Array_and_Number.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 18, 2023
1 parent 06d5c51 commit 25eb199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/interfaces/Array_and_Number.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25eb199

Please sign in to comment.