File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed
Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- """ Simple code that creates a segfault using numpy. Used to learn
1+ """Simple code that creates a segfault using numpy. Used to learn
22debugging segfaults with GDB.
33"""
44
Original file line number Diff line number Diff line change 1- """ Wiener filtering a noisy raccoon face: this module is buggy
2- """
1+ """Wiener filtering a noisy raccoon face: this module is buggy"""
32
43import numpy as np
54import scipy as sp
Original file line number Diff line number Diff line change 1- """ Example of wrapping cos function from math.h using ctypes. """
1+ """Example of wrapping cos function from math.h using ctypes."""
22
33import ctypes
44
Original file line number Diff line number Diff line change 1- """ Example of wrapping a C library function that accepts a C double array as
2- input using the numpy.ctypeslib. """
1+ """Example of wrapping a C library function that accepts a C double array as
2+ input using the numpy.ctypeslib."""
33
44import numpy as np
55import numpy .ctypeslib as npct
Original file line number Diff line number Diff line change 11"""source code for figure
2- numpy_fancy_indexing.(png/pdf) used in Sect. 1.3.1.7 Fancy indexing
2+ numpy_fancy_indexing.(png/pdf) used in Sect. 1.3.1.7 Fancy indexing
33
4- Requirement: PyX>=0.14 (pip installable)
4+ Requirement: PyX>=0.14 (pip installable)
55
66"""
77
Original file line number Diff line number Diff line change 11"""source code for figure
2- numpy_indexing.(png/pdf) used in Sect. 1.3.1.5 Indexing and slicing
2+ numpy_indexing.(png/pdf) used in Sect. 1.3.1.5 Indexing and slicing
33
4- Requirement: PyX>=0.14 (pip installable)
4+ Requirement: PyX>=0.14 (pip installable)
55
66"""
77
You can’t perform that action at this time.
0 commit comments