gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Request: ROW-MAJOR-AREF


From: Camm Maguire
Subject: Re: [Gcl-devel] Request: ROW-MAJOR-AREF
Date: 03 Jan 2003 16:27:26 -0500

Greetings!  OK, this (aref1 -> row-major-aref) worked out and is now
committed.

Take care,


Camm Maguire <address@hidden> writes:

> Thanks Peter!  I was looking at renaming aref1 to row-major aref
> earlier today, and it looks feasible.  I'll try this to avoid the
> extra function call, but if I run into problems, I'll commit what you
> have below soon.
> 
> Take care,
> 
> Peter Wood <address@hidden> writes:
> 
> > Hi,
> > On Thu, Jan 02, 2003 at 07:15:13AM -0600, Paul F. Dietz wrote:
> > > Can we get ROW-MAJOR-AREF working?  I'm trying to write some test cases
> > > on arrays and I need this for some functions that work on arrays of
> > > various ranks.
> > > 
> > 
> > (defun row-major-aref (arr i)
> >   (si:aref1 arr i))
> > 
> > (defsetf row-major-aref si:aset1)
> > 
> > > 
> > >   Thanks,
> > >   Paul
> > 
> > You're welcome ....
> > 
> > ;-) ;-) 
> > 
> > Regards,
> > Peter
> > 
> > 
> > _______________________________________________
> > Gcl-devel mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/gcl-devel
> > 
> > 
> 
> -- 
> Camm Maguire                                          address@hidden
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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