i got this little piece of code which is not working in latest SVN
can someone help to correct this for the error on column size
print ()
print (’ col_size of A Matrix ')
print ()
print ()
col_size1=newMat.col_size
print ('col_size = ',col_size1)
print ('newMat.row_size = ',newMat.row_size)
is there a sample file with example for latest mathutil commands may be?
thanks