Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.polynomial.legendre.leggrid2d
...Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.leggrid2d...
- numpy.polynomial.legendre.leggrid2d (Python function, in numpy.polynomial.legendre.leggrid2d)
- numpy.polynomial.legendre.leggrid2d
...Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.leggrid2d...
- numpy.polynomial.legendre.leggrid3d
...alues of the two dimensional polynomial at points in the Cartesian product of x and y. See also legval, legval2d, leggrid2d, legval3d...
- numpy.polynomial.legendre.legval
...rue. Returns: valuesndarray, algebra_likeThe shape of the return value is described above. See also legval2d, leggrid2d, legval3d, leggrid3d Notes The evaluation uses Clenshaw recursion, aka synthetic division....
- numpy.polynomial.legendre.legval2d
...wo dimensional Legendre series at points formed from pairs of corresponding values from x and y. See also legval, leggrid2d, legval3d, leggrid3d...
- numpy.polynomial.legendre.legval3d
...nal polynomial on points formed with triples of corresponding values from x, y, and z. See also legval, legval2d, leggrid2d, leggrid3d...