<?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: Why a SYMMETRIC type option for the Extended Eigensolver? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187543#M29641</link>
    <description>&lt;P&gt;yes, you can use an input sparse matrix with half the amount of data by setting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sparse_matrix_type_t&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;VAR class="keyword varname"&gt;&lt;/VAR&gt;type ==&amp;nbsp;SPARSE_MATRIX_TYPE_SYMMETRIC&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;VAR class="keyword varname"&gt;&lt;/VAR&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jun 2020 05:24:41 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2020-06-27T05:24:41Z</dc:date>
    <item>
      <title>Why a SYMMETRIC type option for the Extended Eigensolver?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187389#M29640</link>
      <description>&lt;P&gt;The extended eigensolver routines: `mkl_sparse_?_ev` allow for specifying the type of the input matrix as SYMMETRIC or GENERAL. But since the routine only accepts symmetric matrices any way, what, if any difference does either option make?&lt;/P&gt;
&lt;P&gt;(The &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces-for-extremal-eigenvalues-singular-values/extended-eigensolver-interfaces-to-find-largest-smallest-eigenvalues/mkl-sparse-ev.html" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; says that the matrix 'A' is symmetric)&lt;/P&gt;
&lt;P&gt;I tried both and get roughly the same time on both.&lt;/P&gt;
&lt;P&gt;Is it that I can use an input sparse matrix with half the amount of data if I set it to the SYMMETRIC type?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 17:17:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187389#M29640</guid>
      <dc:creator>Vishnu</dc:creator>
      <dc:date>2020-06-26T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why a SYMMETRIC type option for the Extended Eigensolver?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187543#M29641</link>
      <description>&lt;P&gt;yes, you can use an input sparse matrix with half the amount of data by setting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sparse_matrix_type_t&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;VAR class="keyword varname"&gt;&lt;/VAR&gt;type ==&amp;nbsp;SPARSE_MATRIX_TYPE_SYMMETRIC&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;VAR class="keyword varname"&gt;&lt;/VAR&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 05:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187543#M29641</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-06-27T05:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why a SYMMETRIC type option for the Extended Eigensolver?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187546#M29642</link>
      <description>&lt;P&gt;Okay, thanks for that! It would be nice if this information were present in the documentation, so that users know when to use the option.&lt;/P&gt;
&lt;P&gt;So then does this come with a computational cost? I ask because my current priority is speed and not space. Also because examining some back-traces seem to show the usage of some 'transpose' and 'symmetric-to-general' conversion routines when using the SYMMETRIC option, and I'm assuming that is not cheap (especially for large matrices).&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 05:50:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1187546#M29642</guid>
      <dc:creator>Vishnu</dc:creator>
      <dc:date>2020-06-27T05:50:44Z</dc:date>
    </item>
    <item>
      <title>Re:Why a SYMMETRIC type option for the Extended Ei...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1188132#M29648</link>
      <description>&lt;P&gt;Hello Vishnu,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question on this Intel® Community.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To better assist you, please submit your question on the Intel® Developer Zone.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/home.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/home.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can also submit tickets through the customer portal at &lt;A href="http://www.intel.com/supporttickets" target="_blank"&gt;http://www.intel.com/supporttickets&lt;/A&gt; for support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Wanner G.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2020 20:46:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1188132#M29648</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2020-06-29T20:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Why a SYMMETRIC type option for the Extended Ei...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1188233#M29650</link>
      <description>&lt;P&gt;&amp;gt; To better assist you, please submit your question on the Intel® Developer Zone.&lt;/P&gt;
&lt;P&gt;&amp;gt; &lt;A href="https://software.intel.com/content/www/us/en/develop/home.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/home.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure where exactly you mean. That link does not take me to anywhere I can make a post.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 05:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-a-SYMMETRIC-type-option-for-the-Extended-Eigensolver/m-p/1188233#M29650</guid>
      <dc:creator>Vishnu</dc:creator>
      <dc:date>2020-06-30T05:55:57Z</dc:date>
    </item>
  </channel>
</rss>

