numpy.polynomial.chebyshev.chebvander3d()
numpy.polynomial.chebyshev.chebvander3d
-
numpy.polynomial.chebyshev.chebvander3d(x, y, z, deg)
[source] -
Pseudo-Vandermonde matrix of given degrees.
Returns the pseudo-Vandermonde matrix of degrees
deg
and sample points(x, y, z)
. Ifl, m, n
are the given degrees inx, y, z
, then The pseudo-Vandermonde matrix is defined bywhere
0 <= i <