blob: d506a5a98a27d91cd9c6eeef243a54f0361fa1f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.. _user:
################
NumPy User Guide
################
This guide is intended as an introductory overview of NumPy and
explains how to install and make use of the most important features of
NumPy. For detailed reference documentation of the functions and
classes contained in the package, see the :ref:`reference`.
.. toctree::
:maxdepth: 1
setting-up
quickstart
absolute_beginners
basics
misc
numpy-for-matlab-users
tutorial-svd
building
c-info
|