dot

Method to compute

C = A*B ,

where * is the matrix product, with dense/sparse/mixed matrices.

The format (sparse or dense) of C is specified through ‘type_out’. If type_out==None, the output format is sparse if both A and B are sparse, dense otherwise.

The following formats are supported: - numpy.ndarray - scipy.csc_matrix