search for matrices map
hi ...
is there any object for mapping a matrix
ok i got it ..
there is jit.scalebias, but it doesn't just let you specify the
range. you'll have to figure out the scaling factor and bias/offset
yourself.
jit.charmap for char type matrices.
jit.op(s) + and * will also do it.
p