Module helper

Source
Expand description

Miscellaneous helper functions that didn’t fit elsewhere.

Functions§

div_rem
Compute the quotient and remainder of x/y both at the same time.
read_png_16bits
Read a 16 bit gray png image from a file.
zip_mask_map
Map a function onto a matrix, at positions given by a mask. A default value is used at the other positions.