<?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 minimization by row (retained) in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336406#M3299</link>
    <description>&lt;P&gt;Use &lt;A href="http://blogs.sas.com/content/iml/2014/12/15/elementwise-minmax-operators.html" target="_self"&gt;the elementwise minimum operator (&amp;gt;&amp;lt;) as explained in this blog post&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
A ={
94 19 89 73 78 33 87 73  8 85 80 43  0,
92 95 69 64 32 11 30 18 11 75 82 48 99,
34 92 58 80 24 68 34 98 87 41 18 34  5};

B = A;
do j = 2 to ncol(A);
   B[,j] = (B[,j-1] &amp;gt;&amp;lt; B[,j]);
end;
print B;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 01:50:45 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-02-28T01:50:45Z</dc:date>
    <item>
      <title>Matrix minimization by row (retained)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336391#M3298</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m using IML/SAS in SAS Enterprise Guide.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution that allows us to obtain Matrix B after apply retained minimization on Matrix A by row (see below)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7486iB2D60247CC121B4D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="iml_problem.png" title="iml_problem.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 00:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336391#M3298</guid>
      <dc:creator>PC16</dc:creator>
      <dc:date>2017-02-28T00:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix minimization by row (retained)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336406#M3299</link>
      <description>&lt;P&gt;Use &lt;A href="http://blogs.sas.com/content/iml/2014/12/15/elementwise-minmax-operators.html" target="_self"&gt;the elementwise minimum operator (&amp;gt;&amp;lt;) as explained in this blog post&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
A ={
94 19 89 73 78 33 87 73  8 85 80 43  0,
92 95 69 64 32 11 30 18 11 75 82 48 99,
34 92 58 80 24 68 34 98 87 41 18 34  5};

B = A;
do j = 2 to ncol(A);
   B[,j] = (B[,j-1] &amp;gt;&amp;lt; B[,j]);
end;
print B;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 01:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336406#M3299</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-28T01:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix minimization by row (retained)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336414#M3300</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684" target="_self"&gt;Rick_SAS&lt;/A&gt;.&amp;nbsp;That's all I need &amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 02:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrix-minimization-by-row-retained/m-p/336414#M3300</guid>
      <dc:creator>PC16</dc:creator>
      <dc:date>2017-02-28T02:06:13Z</dc:date>
    </item>
  </channel>
</rss>

