From: vu0208
Subject: need help on arrays
Date: 
Message-ID: <1o4sb5$rqk@bingsuns.cc.binghamton.edu>
Hi Lispers,

I am trying to manipulate some 2D and 3D arrays whose contents are
integer values.

say I have: (setf my-array (make-array 10 10))

How can I find the minimum or maximum of the rows or columns in this
case with "apply" (or any other) command, without iterating through
the indices?

I will appreciate any help.

Thanks.

--