blob: a3a1f8a06f6dfa7b84a22f5e0e4908b58742a0d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Miscellaneous routines
**********************
.. toctree::
.. currentmodule:: numpy
Buffer objects
--------------
.. autosummary::
:toctree: generated/
getbuffer
newbuffer
Performance tuning
------------------
.. autosummary::
:toctree: generated/
alterdot
restoredot
setbufsize
getbufsize
Memory ranges
-------------
.. autosummary::
:toctree: generated/
shares_memory
may_share_memory
|