array_math#

Utils module with methods for fast calculations.

Functions

fast_sum_by_row(matrix)

Faster alternative to np.sum(matrix, axis=1).

sequence_to_numpy(sequence)

Convert a sequence into a numpy array.