Return Hermite instance with specified roots.
Returns an instance of Hermite representing the product (x - r[0])*(x - r[1])*...*(x - r[n-1]), where r is the list of roots.
roots : array_like
List of roots.
object : Hermite
Series with the specified roots.
See also
numpy.polynomial.hermite.Hermite.fit
numpy.polynomial.hermite.Hermite.has_samecoef
Enter search terms or a module, class or function name.