ZhengyangZhang's picture
Add files using upload-large-folder tool
008bd6b verified
Raw
History Blame Contribute Delete
279 Bytes
# Functions from the following NumPy document
# https://numpy.org/doc/stable/reference/routines.polynomials.html
# "NOQA" to suppress flake8 warning
from __future__ import annotations
from cupy.polynomial import polynomial # NOQA
from cupy.polynomial import polyutils # NOQA