Description Usage Arguments Details Value Examples
Create a Chebyshev grid on a hypercube.
1 |
dims |
The number of grid-points in each dimension. For
Chebyshev-polynomial of degree |
intervals |
A list of vectors of length 2. The lower and upper bounds of the hypercube. |
If intervals
is not provided, it is assumed that the domain of the
function in each dimension is [-1,1]. Thus, standard Chebyshev knots are
produced. If dims
is of length 1, intervals
may be a vector
of length 2 rather than a list with a vector of length 2.
A array of dimension dims
. The Chebyshev grid-points.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.