- 1. [S] splus to c (score: 1)
- Author: Dan King <dan_k_10017@yahoo.com>
- Date: Mon, 25 Sep 2000 09:37:31 -0700 (PDT)
- In Splus, how does one pass a 2 dimentional array to a C subroutine? For example, I have a matrix in Splus: [1] 845 13 The C function is declared as follows: void Foo ( float ** something, int *Nrow
- /archives/html/s-news/2000-09/msg00164.html (7,638 bytes)
- 2. [S] splus to c (score: 1)
- Author: Dan King <dan_k_10017@yahoo.com>
- Date: Mon, 25 Sep 2000 09:37:40 -0700 (PDT)
- In Splus, how does one pass a 2 dimentional array to a C subroutine? For example, I have a matrix in Splus: [1] 845 13 The C function is declared as follows: void Foo ( float ** something, int *Nrow
- /archives/html/s-news/2000-09/msg00165.html (7,676 bytes)
- 3. Re: [S] splus to c (score: 1)
- Author: Douglas Bates <bates@stat.wisc.edu>
- Date: 25 Sep 2000 12:08:17 -0500
- The latter. Also note that the array is in column major order. That is, the elements are in the order data[1,1], data[2,1], ..., data[845,1], data[1,2], ..., data[845, 15] Chapter 6 of Venables and R
- /archives/html/s-news/2000-09/msg00167.html (8,765 bytes)
- 4. [S] splus to c (score: 1)
- Author: Dan King <dan_k_10017@yahoo.com>
- Date: Wed, 27 Sep 2000 09:51:44 -0700 (PDT)
- I'd like to thank Bill Dunlap at Mathsoft, Matt Calder, Douglas Bates, Florin Vaida for their very helpful comments on this subject. -- Dan __________________________________________________ Do You Y
- /archives/html/s-news/2000-09/msg00185.html (7,197 bytes)
This search system is powered by
Namazu