From: 1 1 <gsh...@gm...> - 2008-09-21 14:24:00
|
---------- Forwarded message ---------- From: 1 1 <gsh...@gm...> Date: 2008/9/21 Subject: Comlpex numbers To: if...@ma... This code: from pysparse import spmatrix print spmatrix.LLMatType # print complex a = spmatrix.ll_mat(1,1) a[0,0]=12j not work. Error: can't conver complex to float. Complex numbers do not work? Thanks. |