<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: matrix vectorization in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375223#M3597</link>
    <description>&lt;P&gt;Take a look at the&amp;nbsp;documentation for the SHAPECOL and SHAPE functions.&amp;nbsp;&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
c = {1 2,
     3 4};
d = shapecol(c, 1, 4);
print d;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Jul 2017 07:28:36 GMT</pubDate>
    <dc:creator>IanWakeling</dc:creator>
    <dc:date>2017-07-12T07:28:36Z</dc:date>
    <item>
      <title>matrix vectorization</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375210#M3596</link>
      <description>&lt;P&gt;How to perform matrix vectorization in PROC IML?&lt;/P&gt;&lt;P&gt;I would like to find vec(C). for example:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;C=  [1     2
     3     4]

vec(C)` = [1      3      2      4]&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 05:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375210#M3596</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2017-07-12T05:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: matrix vectorization</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375223#M3597</link>
      <description>&lt;P&gt;Take a look at the&amp;nbsp;documentation for the SHAPECOL and SHAPE functions.&amp;nbsp;&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
c = {1 2,
     3 4};
d = shapecol(c, 1, 4);
print d;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2017 07:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375223#M3597</guid>
      <dc:creator>IanWakeling</dc:creator>
      <dc:date>2017-07-12T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: matrix vectorization</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375235#M3600</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found another way which also works:&lt;/P&gt;&lt;PRE&gt;vec_c= colvec(c`);&lt;BR /&gt;print vec_c;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2017 08:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/matrix-vectorization/m-p/375235#M3600</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2017-07-12T08:40:34Z</dc:date>
    </item>
  </channel>
</rss>

