Package Pyblio :: Module Arrays
[hide private]
[frames] | no frames]

Module Arrays

source code

Result sets and indexes implemented on top of numpy arrays.

Classes [hide private]
  KeyArray
A growing array of Pyblio keys.
Functions [hide private]
 
_to_power(size)
Return the power of two immediately above 'size'
source code
 
match_arrays(a, b)
Ensure a and b have the same size, enlarging the smallest of the two if needed.
source code