Hi,
say 'ms' is an array of matrices, then it isn't currently possible to
pass an element to a function like this, in pointer form: "fcall(&ms[1])"
It is of course easy to work around this by making a temporary copy.
However, if one wants to use the pointer form for performance reasons to
avoid that copy, then it's a pity that arrays cannot be used. Are there
any plans to allow this, or perhaps recommendations what to do instead?
thanks,
sven