Hello -- For convenience, I would like to use a two dimensional array inside an inline C function. However, any numeric array in R is passed to C code as double *. So, how can I cast a (double *) to a double[][]?
thank you for your time, Mikhail [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.