Welcome to the ulab book!¶
- ndarray, the base class
- Array initialisation functions
- Customising array printouts
- Methods and properties of ndarrays
- Unary operators
- Binary operators
- Comparison operators
- Iterating over arrays
- Slicing and indexing
- Numpy functions
- all
- any
- argmax
- argmin
- argsort
- asarray
- bitwise_and
- clip
- compress
- conjugate
- convolve
- delete
- diff
- dot
- equal
- flip
- imag
- interp
- isfinite
- isinf
- left_shift
- load
- loadtxt
- mean
- max
- median
- min
- minimum
- maximum
- nonzero
- not_equal
- polyfit
- polyval
- real
- roll
- save
- savetxt
- size
- sort
- sort_complex
- std
- sum
- take
- trace
- trapz
- where
- Universal functions
- numpy.fft
- numpy.linalg
- numpy.random
- scipy.linalg
- scipy.optimize
- scipy.signal
- scipy.special
- ulab utilities
- Tricks
- Programming ulab