Lazy matrix where the rows are computed and stored on demand when the matrix-vector product is requested.
Bases: object
object
Generator returning slices covering the range from start to stop with chunk_size elements per slice.
>>> list(slices(0, 50, 10)) [slice(0, 15, None), slice(15, 30, None), slice(30, 45, None), slice(45, 50, None)]
a Python-based linear potential flow BEM solver