In this chapter routine docstrings are presented, grouped by functionality.Many docstrings contain example code, which demonstrates basic usageof the routine. The examples assume that NumPy is imported with:
>>>importnumpyasnp
A convenient way to execute examples is the%doctest_mode mode ofIPython, which allows for pasting of multi-line examples and preservesindentation.
numpy.ctypeslib)numpy.dual)numpy.emath)numpy.fft)numpy.linalg)numpy.matlib)numpy.random)numpy.testing)