Hi everybody,
I have a script that does rather a lot of number crunching, so I thought I might be able to speed it up by using the Inline::C module. Unfortunately, I can't figure out how pass a couple of arrays to my C subroutine, or how to get a new one out (all the arrays are of known size). Can anyone suggest a simple way to do this?
Thanks in advance