Allow dense matrices to be specified as input to mumpy
This would be a usability boon to end users. AFAICT it's just a case of calling scipy.sparse.coo_matrix
on the input. If the input is already a COO matrix a copy is not created, so it's not even less efficient.