numpy.polynomial.legendre.Legendre.has_samecoef
-
Legendre.has_samecoef(other)[source] -
Проверка соответствия коэффициентов.
Введено в версии 1.6.0.
Параметры: -
other : class instance -
Другой класс должен иметь атрибут
coef.
Возвращает: -
bool : boolean -
True, если коэффициенты совпадают, иначе False.
-
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.15.4/reference/generated/numpy.polynomial.legendre.Legendre.has_samecoef.html