Re: I have nested lists of ints and reals to be put over Mathlink...
- To: mathgroup at smc.vnet.net
- Subject: [mg22779] Re: I have nested lists of ints and reals to be put over Mathlink...
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 25 Mar 2000 03:58:17 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <8bfehl$idj@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, > I thought I could call MLGetRealArray(...) but this would > require an array. Since some of these sets can be variable > sizes and some can be empty, how would I go about implementing > this in C. No, MLGetRealArray() is for regular n1 x n2 .. x ni Arrays. You mut use MLGetNext() to see whats coming and to decide what to do with the a list or a real or an integer. Hope that helps Jens