method
classmethod Hermite.fromroots(roots, domain=[], window=None) [source]
Return series instance that has the specified roots.
Returns a series representing the product (x - r[0])*(x - r[1])*...*(x - r[n-1]), where r is a list of roots.
| Parameters: | 
  |  
|---|---|
| Returns: | 
  |  
    © 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
    https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.polynomial.hermite.Hermite.fromroots.html