blob: c004d8978a4622f943986ef723b4e52b9aa6d49a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
******************
NumPy fundamentals
******************
These documents clarify concepts, design decisions, and technical
constraints in NumPy. This is a great place to understand the
fundamental NumPy ideas and philosophy.
.. toctree::
:maxdepth: 1
basics.creation
basics.indexing
basics.io
basics.types
basics.broadcasting
basics.byteswapping
basics.rec
basics.dispatch
basics.subclassing
basics.ufuncs
basics.copies
basics.interoperability
|