Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Sep 11, 2021
1 parent 59337ef commit 6d309d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Fast multidimensional Chebyshev interpolation on a hypercube (Cartesian-product)
domain, using a separable (tensor-product) grid of Chebyshev interpolation points, as well as Chebyshev regression (least-square fits) from an arbitrary set of points. In both cases we support arbitrary dimensionality, complex and vector-valued functions, and fast derivative and Jacobian computation.

(Note: this package is currently unregistered, so you have to supply the full URL when installing it in Julia. Type `add https://github.com/stevengj/FastChebInterp.jl` at the `pkg>` prompt.)

## Usage

For domain upper and lower bounds `lb` and `ub`, and a given `order`
Expand Down

1 comment on commit 6d309d9

@stevengj
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.