MCPcopy Index your code
hub / github.com/numpy/numpy / _fromroots

Method _fromroots

numpy/polynomial/_polybase.py:186–187  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

184 @staticmethod
185 @abc.abstractmethod
186 def _fromroots(r):
187 pass
188
189 def has_samecoef(self, other):
190 """Check if coefficients match.

Callers 7

hermefromrootsFunction · 0.80
fromrootsMethod · 0.80
legfromrootsFunction · 0.80
lagfromrootsFunction · 0.80
polyfromrootsFunction · 0.80
hermfromrootsFunction · 0.80
chebfromrootsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected