Hi,
is this non-error-throwing behavior intended?:
<hansl>
matrix m = {3, 2, 1}
matrix m2 = mshape(m, 0.3, 2) # fractional row number
print m2 # no effect
m2 # "is NULL"
</hansl>
This is not with the latest version (instead cvs snapshot from Aug 19),
but I guess this hasn't changed recently.
thanks,
sven
Show replies by date