blob: affb85db2f0c547a64d32086280b91ce3fafd75b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
******************
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
|