Module utils

Source
Expand description

Utility functions and test utils

Functions§

next_power_of_two_or_zero
Return either 0 if n is zero or the next power of two of n. Used to resize the number of rows in a trace matrix.