<?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:New approach in using dfeast_scsrgv in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/New-approach-in-using-dfeast-scsrgv/m-p/1593348#M36074</link>
    <description>&lt;P&gt;Hi GimGY&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, your approach is valid. The dfeast_scsrgv function in Intel MKL is designed to find a number of eigenvalues in a given interval. If the eigenvalues are not evenly distributed across the entire search space, splitting the search space into smaller intervals and adjusting the number of eigenvalues to solve for each interval can indeed help you find eigenvalues across the entire range.&lt;/P&gt;&lt;P&gt;However, keep in mind that this approach may increase the computational time and complexity, especially if you have a large matrix and many intervals. Also, it's important to note that the eigenvalues found by dfeast_scsrgv are not guaranteed to be the smallest or largest but are the ones closest to the center of the search interval.&lt;/P&gt;&lt;P&gt;If you are consistently finding that the eigenvalues are concentrated in certain areas, it might be worthwhile to examine the properties of your matrices or the nature of your problem to understand why this might be happening. This could potentially lead to more efficient solutions.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Apr 2024 04:56:32 GMT</pubDate>
    <dc:creator>Mahan</dc:creator>
    <dc:date>2024-04-29T04:56:32Z</dc:date>
    <item>
      <title>New approach in using dfeast_scsrgv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/New-approach-in-using-dfeast-scsrgv/m-p/1590357#M36044</link>
      <description>&lt;P&gt;Hi, I'm using &lt;STRONG&gt;dfeast_scsrgv&lt;/STRONG&gt; to solve a generalized eigenvalue problem.&lt;/P&gt;&lt;P&gt;I passed sparse matrices with a size of 104,667 and set &lt;STRONG&gt;eMin&lt;/STRONG&gt; and &lt;STRONG&gt;eMax&lt;/STRONG&gt;&amp;nbsp;to large values, specifically [4.22419e+08, 2.43313e+13]. I requested &lt;STRONG&gt;dfeast_scsrgv&lt;/STRONG&gt;&amp;nbsp;to solve 2400 eigenvalues. After &lt;STRONG&gt;dfeast_scsrgv&lt;/STRONG&gt;&amp;nbsp;solved the eigenvalues, I noticed that most of them are clustered in the upper part of the search space, rather than distributed across the entire search space (about [8e+12, 1.7e+13]).&lt;/P&gt;&lt;P&gt;To address this, I tried splitting the eigenvalue search space into smaller intervals, namely [4.2e+08, 5e+10], [5e+10, 1.8e+11], and so on, and reduced the number of eigenvalues to solve to around 100. For each interval, I found that &lt;STRONG&gt;dfeast_scsrgv&lt;/STRONG&gt;&amp;nbsp;calculates eigenvalues distributed across the entire search space, making it possible to obtain eigenvalues for the entire range.&lt;/P&gt;&lt;P&gt;So, I'm wondering whether this approach is valid.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 10:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/New-approach-in-using-dfeast-scsrgv/m-p/1590357#M36044</guid>
      <dc:creator>GimGY</dc:creator>
      <dc:date>2024-04-18T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re:New approach in using dfeast_scsrgv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/New-approach-in-using-dfeast-scsrgv/m-p/1593348#M36074</link>
      <description>&lt;P&gt;Hi GimGY&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, your approach is valid. The dfeast_scsrgv function in Intel MKL is designed to find a number of eigenvalues in a given interval. If the eigenvalues are not evenly distributed across the entire search space, splitting the search space into smaller intervals and adjusting the number of eigenvalues to solve for each interval can indeed help you find eigenvalues across the entire range.&lt;/P&gt;&lt;P&gt;However, keep in mind that this approach may increase the computational time and complexity, especially if you have a large matrix and many intervals. Also, it's important to note that the eigenvalues found by dfeast_scsrgv are not guaranteed to be the smallest or largest but are the ones closest to the center of the search interval.&lt;/P&gt;&lt;P&gt;If you are consistently finding that the eigenvalues are concentrated in certain areas, it might be worthwhile to examine the properties of your matrices or the nature of your problem to understand why this might be happening. This could potentially lead to more efficient solutions.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2024 04:56:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/New-approach-in-using-dfeast-scsrgv/m-p/1593348#M36074</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-04-29T04:56:32Z</dc:date>
    </item>
  </channel>
</rss>

