comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Matrix Multiplication in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Matrix Multiplication in IDL [message #35996 is a reply to message #35994] Mon, 04 August 2003 13:56 Go to previous message
R.G. Stockwell is currently offline  R.G. Stockwell
Messages: 363
Registered: July 1999
Senior Member
"K Banerjee" <kbanerjee_NO_SPAM@ucwphilly.rr.com> wrote in message
news:fozXa.94997$852.70192@twister.nyc.rr.com...
> Folks,
>
> In IDL:
>
> VB> a = indgen(2, 4) - 2
> VB> print, a ; Actually prints transpose(a)
> -2 -1
> 0 1
> 2 3
> 4 5


IDL is column major, the above does not print transpose(a), it prints a.
i.e. a = indgen(2 columns, 4 rows)


Cheers,
bob
[Message index]
 
Read Message
Read Message
Previous Topic: Matrix Multiplication in IDL
Next Topic: Re: Incorrect fit of elliptic to data

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 15:41:12 PDT 2025

Total time taken to generate the page: 0.64103 seconds