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