block_matrix_dot_vector

dot product between block matrix and block vector

Inputs: A, v: are nested lists of dense/sparse matrices of compatible shape for block matrices product. Empty blocks can be defined with None. (see numpy.block)