odc.geo.math.Poly2d
- class odc.geo.math.Poly2d(cc, A)[source]
Wrapper around polyval2d with input normalization.
Methods
__init__(cc, A)fit(aa, bb)Fit 2d polynomial that minimizes
poly(aa) - bb.grid2d(x, y)Evaluate on the Cartesian product of x and y.
Make a new transform by chaining a linear mapping
Aon input side.