iter_ module¶
Generic Numba-compiled functions for iterative use.
iter_above_nb function¶
Check whether arr1 is above arr2 at specific row and column.
iter_below_nb function¶
Check whether arr1 is below arr2 at specific row and column.
iter_crossed_above_nb function¶
Check whether arr1 crossed above arr2 at specific row and column.
iter_crossed_below_nb function¶
Check whether arr1 crossed below arr2 at specific row and column.