Back to Numerical Arrays (NumPy)
np.chebval2d
Evaluate 2D Chebyshev polynomial.
Syntax
np.chebval2d(x, y, c)
Description
Evaluate 2D Chebyshev polynomial.
Parameters
| Name | Description |
|---|---|
| x | - x coordinates |
| y | - y coordinates |
| c | - 2D coefficient array |
Returns
number[]