Hi gretl-list,
according to the latest changelog it should be possible to use the
element-wise matrix operator ".<" I tried this using the latest cvs
(Windows), but it does not seem to work, or at least I didn't get the
correct syntax. I tried this example
matrix A = { 0.6, 1 ; -0.3 , 2 }
if A .< 1
print "Hello world"
endif
Best,
Artur