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.