<?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 find function in IML in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/find-function-in-IML/m-p/76337#M461</link>
    <description>Is there a find function in IML that will let me find indices of nonzero elements? For example I = Find(X[,1]=2) should return indices for all rows in matrix X where the first column value is equal to 2. &lt;BR /&gt;
One option is to implement this function as a subroutine and call this from my program. But I have peformance concerns as I call this function several times in my code.&lt;BR /&gt;
Any help will be appreciated.</description>
    <pubDate>Wed, 21 Oct 2009 14:40:47 GMT</pubDate>
    <dc:creator>model_coder</dc:creator>
    <dc:date>2009-10-21T14:40:47Z</dc:date>
    <item>
      <title>find function in IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/find-function-in-IML/m-p/76337#M461</link>
      <description>Is there a find function in IML that will let me find indices of nonzero elements? For example I = Find(X[,1]=2) should return indices for all rows in matrix X where the first column value is equal to 2. &lt;BR /&gt;
One option is to implement this function as a subroutine and call this from my program. But I have peformance concerns as I call this function several times in my code.&lt;BR /&gt;
Any help will be appreciated.</description>
      <pubDate>Wed, 21 Oct 2009 14:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/find-function-in-IML/m-p/76337#M461</guid>
      <dc:creator>model_coder</dc:creator>
      <dc:date>2009-10-21T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: find function in IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/find-function-in-IML/m-p/76338#M462</link>
      <description>I found the loc function that does exactly what I want. Thanks.</description>
      <pubDate>Wed, 21 Oct 2009 15:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/find-function-in-IML/m-p/76338#M462</guid>
      <dc:creator>model_coder</dc:creator>
      <dc:date>2009-10-21T15:26:23Z</dc:date>
    </item>
  </channel>
</rss>

