Skip to content

Commit 6d309d9

Browse files
authored
Update README.md
1 parent 59337ef commit 6d309d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
Fast multidimensional Chebyshev interpolation on a hypercube (Cartesian-product)
66
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.
77

8-
(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.)
9-
108
## Usage
119

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

0 commit comments

Comments
 (0)