Chebyshev1Function1F#
- class lsst.afw.math.Chebyshev1Function1F#
Bases:
Function1FMethods Summary
__call__(self, x)clone(self)getMaxX(self)getMinX(self)getOrder(self)isLinearCombination(self)toString(self[, prefix])Methods Documentation
- __call__(self: lsst.afw.math.Chebyshev1Function1F, x: SupportsFloat) float#
- getMaxX(self: lsst.afw.math.Chebyshev1Function1F) float#
- getMinX(self: lsst.afw.math.Chebyshev1Function1F) float#
- getOrder(self: lsst.afw.math.Chebyshev1Function1F) int#
- isLinearCombination(self: lsst.afw.math.Chebyshev1Function1F) bool#
- toString(self: lsst.afw.math.Chebyshev1Function1F, prefix: str = '') str#