WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.functions.polynomial.polynomial Class Reference

c_i ((x - center)/norm)**i More...

Inheritance diagram for warpy.functions.polynomial.polynomial:

Detailed Description

c_i ((x - center)/norm)**i

See also
WmICFunction_Polynomial

Public Member Functions

def __init__ (self, name, coefficients, direction=None, center=None, normalization=None)
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.functions.polynomial.polynomial.__init__ (   self,
  name,
  coefficients,
  direction = None,
  center = None,
  normalization = None 
)
Parameters
name
directiondirection of polynomial, default is +x direction
centerconstant offset of x=0, default is 0.
normalizationscaling of x, default is 1.
coeffscoefficients from lowest order (x**0) to highest order(x**n)

The documentation for this class was generated from the following file: