since you are looking at multidimensional float arrays .. the following may be of interest to you ... http://clj-me.cgrand.net/2009/10/15/multidim-arrays/ On Tue, Jan 11, 2011 at 10:19 AM, Sunil S Nandihalli < [email protected]> wrote:
> Hi Bill , > the following is one way of doing it .. > > (into-array (map float-array [[1.0 1.0 2.0 2.0] [3.0 2.2 4.0 0.0]])) > > Sunil. > > > On Mon, Jan 10, 2011 at 8:32 PM, WoodHacker <[email protected]> wrote: > >> Hi, >> >> Can anybody explain to me how to create a multidimensional array of >> floats such as: >> >> [[1.0 1.0 2.0 2.0] [3.0 2.2 4.0 0.0]] >> >> Anything I try gives me errors. >> >> Bill >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected]<clojure%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
