PolynomialFunction2D#

class lsst.afw.math.PolynomialFunction2D#

Bases: BasePolynomialFunction2D

Methods Summary

__call__(self, x, y)

clone(self)

getDFuncDParameters(self, arg0, arg1)

getOrder(self)

isPersistable(self)

toString(self[, prefix])

Methods Documentation

__call__(self: lsst.afw.math.PolynomialFunction2D, x: SupportsFloat | SupportsIndex, y: SupportsFloat | SupportsIndex) float#
clone(self: lsst.afw.math.PolynomialFunction2D) lsst.afw.math.Function2D#
getDFuncDParameters(self: lsst.afw.math.PolynomialFunction2D, arg0: SupportsFloat | SupportsIndex, arg1: SupportsFloat | SupportsIndex) list[float]#
getOrder(self: lsst.afw.math.PolynomialFunction2D) int#
isPersistable(self: lsst.afw.math.PolynomialFunction2D) bool#
toString(self: lsst.afw.math.PolynomialFunction2D, prefix: str = '') str#