chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] foreign-lambda - how to declare double array as argu


From: Zbigniew
Subject: Re: [Chicken-users] foreign-lambda - how to declare double array as argument and how to pass things to it?
Date: Mon, 12 Nov 2007 10:09:30 -0600

srfi-4 doc is a good place to look for info on number-vectors.  All
you need do there is replace vector with f64vector and vector-length
with f64vector-length.  I think this should work.

On 11/12/07, Terrence Brannon <address@hidden> wrote:
> Well, no here is what I did:
>  (let ([vec (vector 0 1 1)]) (polevl 42 vec (vector-length vec)))
>
> how would I pass in an f64 vec?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]