dlan1000 - 2006-04-18

Does the ll_mat support slicing?  I get the error:
------------------------------------------
>>ma1=spmatrix.ll_mat(10,10)
>>ma1[0,:]=12
ValueError: Matrix must be of type ll_mat.
------------------------------------------
and similarly, if I try smaller slices.
Moreover, is there better documentation somewhere for the spmatrix module?