<?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: Re:mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1382549#M33125</link>
    <description>&lt;P&gt;I didn't solve the problem, he calculated it was still inaccurate, I couldn't find out where the problem was.&lt;/P&gt;</description>
    <pubDate>Sat, 07 May 2022 16:11:12 GMT</pubDate>
    <dc:creator>NEROKAI</dc:creator>
    <dc:date>2022-05-07T16:11:12Z</dc:date>
    <item>
      <title>mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1377408#M33035</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;I use mkl_sparse_d_ev and mkl_sparse_d_gv to solve the eigenvalues, I tested 10000*10000 matrix, got perfect result output, and got validation of the result.&lt;BR /&gt;In my actual use, I have not used such a large matrix to calculate the generalized eigenvalue problem of a 462*462 matrix. The eigenvalues solved are very strange. I use the code for testing large sparse matrices, and there is no problem. Using the same code for small sparse matrices, the calculated results are wrong. Even I solve the eigenvalue problem of diagonal matrices. The result obtained is also not the value of the diagonal.&lt;/P&gt;
&lt;P&gt;The two matrices are the stiffness matrix and the mass matrix generated by the finite element. The mass matrix imposes a consistent mass concentration, so it is a diagonal matrix, and I also did not get good results using the eigenvalues of solving the mass matrix.&lt;/P&gt;
&lt;P&gt;Below is the test code for my problem, please what is the problem.&lt;/P&gt;
&lt;P&gt;thank you for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 14:13:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1377408#M33035</guid>
      <dc:creator>NEROKAI</dc:creator>
      <dc:date>2022-04-15T14:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1378099#M33050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting on Intel Communities and sharing the project files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the actual vs expected results in your case. In addition, please refer to mkl_sparse_d_ev.c example under below path for details regarding the usage of mkl_sparse_d_ev.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI\mkl\&amp;lt;your version&amp;gt;\examples\examples_core_c.zip\c\sparse_eigsolvers\source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:02:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1378099#M33050</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-04-19T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1378500#M33059</link>
      <description>&lt;P&gt;Thank you very much for your help, there is a zm.txt file in the testcase, where xm.txt ym.txt zm.txt is the diagonal matrix I want to solve, because it is a diagonal matrix, so the eigenvalues should be consistent with zm.txt , but what I solve is obviously inconsistent. I am using Intel Sequential and the code is modified from the example code.&lt;BR /&gt;The sample codes are all full matrices. If I want to deal with a symmetric matrix with only upper triangular data, what parameters should I set?&lt;BR /&gt;Very grateful for your help&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:24:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1378500#M33059</guid>
      <dc:creator>NEROKAI</dc:creator>
      <dc:date>2022-04-20T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1379706#M33073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;The sample codes are all full matrices. If I want to deal with a symmetric matrix with only upper triangular data, what parameters should I set?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the input parameters to be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Input Parameters:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Parameter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: sparse_matrix_type_t type&lt;/P&gt;
&lt;P&gt;Significance&amp;nbsp;: Specifies the type of a sparse matrix&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPARSE_MATRIX_TYPE_SYMMETRIC to be used for the matrix for symmetric matrix (only the requested triangle is processed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Parameter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: sparse_fill_mode_t mode&lt;/P&gt;
&lt;P&gt;Significance&amp;nbsp;: Specifies the triangular matrix part for symmetric, Hermitian, triangular, and block-triangular matrices&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPARSE_FILL_MODE_UPPER&amp;nbsp;to be used for upper triangular data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details regarding the other parameters and functionality of mkl_sparse_?_ev, Kindly refer to below link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-ev.html" target="_blank" rel="noopener noreferrer"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-ev.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 05:23:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1379706#M33073</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-04-26T05:23:23Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1381636#M33114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reminder:&lt;/P&gt;&lt;P&gt;Has the information provided helped? Is your issue resolved? Kindly let us know if we could close this thread at our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 04:09:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1381636#M33114</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-05-04T04:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1382549#M33125</link>
      <description>&lt;P&gt;I didn't solve the problem, he calculated it was still inaccurate, I couldn't find out where the problem was.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 16:11:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1382549#M33125</guid>
      <dc:creator>NEROKAI</dc:creator>
      <dc:date>2022-05-07T16:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1383223#M33140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have tried compiling and executing the shared project file and attached the console output with this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let know the expected output in this case as it would help us in investigating the issue further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 16:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1383223#M33140</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-05-10T16:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1385827#M33178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A gentle reminder:&lt;/P&gt;
&lt;P&gt;Has the information provided helped? Is your issue resolved?&lt;/P&gt;
&lt;P&gt;Kindly let us know if we could close this thread at our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 17:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1385827#M33178</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-05-27T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_sparse_?_ev and mkl_sparse_?_gv, the eigenvalues obtained by the solution are incorrect</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1388156#M33201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 May 2022 17:24:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-ev-and-mkl-sparse-gv-the-eigenvalues-obtained-by-the/m-p/1388156#M33201</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-05-27T17:24:27Z</dc:date>
    </item>
  </channel>
</rss>

