Skip to content

Commit

Permalink
Merge pull request #262 from sathvikbhagavan/sb/readme
Browse files Browse the repository at this point in the history
docs: remove indexing part from readme
  • Loading branch information
ChrisRackauckas authored Jun 7, 2024
2 parents 5aed96d + acf69bc commit daebb52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ u′ = similar(u, length(t′))
interp(u′, t′)
```

Indexing retrieves the underlying values:

```julia
interp[4] # Gives the 4th value of u
```

## Available Interpolations

In all cases, `u` an `AbstractVector` of values and `t` is an `AbstractVector` of timepoints
Expand Down

0 comments on commit daebb52

Please sign in to comment.