<?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 Sorting arrays with mkl in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sorting-arrays-with-mkl/m-p/956789#M15552</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to sort a double precision array and keep track of the indices, e.g. I need to know where an element in the sorted array was in the unsorted array (or basically I want to replicate the sort command in Matlab). I would like to use the mkl library and for the sole purpose of sorting I found the "dlasrt" subroutine, but I couldn't find anything to keep track of the indices. Is there any subroutine in mkl that will allow me to keep track of the indices? My array might be big, so I would like to avoid having to write a sorting subroutine. I am using fortran.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2013 17:13:31 GMT</pubDate>
    <dc:creator>Enrico</dc:creator>
    <dc:date>2013-10-15T17:13:31Z</dc:date>
    <item>
      <title>Sorting arrays with mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sorting-arrays-with-mkl/m-p/956789#M15552</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to sort a double precision array and keep track of the indices, e.g. I need to know where an element in the sorted array was in the unsorted array (or basically I want to replicate the sort command in Matlab). I would like to use the mkl library and for the sole purpose of sorting I found the "dlasrt" subroutine, but I couldn't find anything to keep track of the indices. Is there any subroutine in mkl that will allow me to keep track of the indices? My array might be big, so I would like to avoid having to write a sorting subroutine. I am using fortran.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2013 17:13:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sorting-arrays-with-mkl/m-p/956789#M15552</guid>
      <dc:creator>Enrico</dc:creator>
      <dc:date>2013-10-15T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sorting-arrays-with-mkl/m-p/956790#M15553</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Intel MKL does not have function with the index result.&amp;nbsp; Another Intel library Intel IPP has a similar function:&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/ipps_ch5/functn_SortRadixIndexAscend.html" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/ipps_ch5/functn_SortRadixIndexAscend.html&lt;/A&gt;&lt;BR /&gt;IPP functions are the C interface. You need to use C interface to call these function.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 03:23:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sorting-arrays-with-mkl/m-p/956790#M15553</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2013-10-16T03:23:44Z</dc:date>
    </item>
  </channel>
</rss>

