LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Sep 2005 13:43:43 -0700
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: IML in column major format
In-Reply-To:  <200509262010.j8QIrSAZ007649@malibu.cc.uga.edu>
Content-Type: text/plain; format=flowed

ptv-sas@SOCIOLOGY.OSU.EDU wrote: >When converting matrices to vectors, IML uses a row-major format. > >I wish to use formulas that assume a column-major format.

Why? In math and stat, row-major is traditional, so there's a lot more available for you in row-major format.

>Does anyone have tools for converting between these formats in SAS/IML?

All you have to do is let the function do row-major, and then transpose the matrix.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Back to: Top of message | Previous page | Main SAS-L page