c_i ((x - center)/norm)**i
More...
c_i ((x - center)/norm)**i
- See also
- WmICFunction_Polynomial
|
def | __init__ (self, name, coefficients, direction=None, center=None, normalization=None) |
|
◆ __init__()
def warpy.functions.polynomial.polynomial.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
coefficients, |
|
|
|
direction = None , |
|
|
|
center = None , |
|
|
|
normalization = None |
|
) |
| |
- Parameters
-
name | |
direction | direction of polynomial, default is +x direction |
center | constant offset of x=0, default is 0. |
normalization | scaling of x, default is 1. |
coeffs | coefficients from lowest order (x**0) to highest order(x**n) |
The documentation for this class was generated from the following file: