<?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: Using PARDISO with ARPACK to solver generalized Eigenvalue  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937545#M14234</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/371334"&gt;vasci_intel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I want to use PARDISO with ARPACK to solver a genralized eigenvalue problem in shift-invert mode ( in ARPACK lingo , bmat='G', iparam(7)=3).&lt;BR /&gt;This requires using PARDISO to factor the matrix (A-sigma*M) where , in my case, A and M are large SPARSE matrices in CSR format, but not of identical sparse structure. I was wondering if in the MKL routines there is an efficient way to form the A-sigma*M matrix as a sparse matrix.&lt;BR /&gt;&lt;BR /&gt;Andrew &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Could you please introduce more details about your method? Now I'm also trying to use Pardiso and ARPACK to solve a generalized eigenvalue problem for sparse matrices. &lt;BR /&gt;&lt;BR /&gt;As for your problem, now I've written some subroutine to convert the sparse matrix in CSR format into coordinates format. This is because two matrices can be combined easily in coordinates format. Although MKL has some auxiliary routines such as mkl_ddnscsr, mkl_dcsrcoo, and mkl_dcsrbsr to make conversation among the different formats, I have to write my own because I have to deal with complex matrices.</description>
    <pubDate>Tue, 19 May 2009 04:47:46 GMT</pubDate>
    <dc:creator>wugaxp</dc:creator>
    <dc:date>2009-05-19T04:47:46Z</dc:date>
    <item>
      <title>Using PARDISO with ARPACK to solver generalized Eigenvalue problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937544#M14233</link>
      <description>I want to use PARDISO with ARPACK to solver a genralized eigenvalue problem in shift-invert mode ( in ARPACK lingo , bmat='G', iparam(7)=3).&lt;BR /&gt;This requires using PARDISO to factor the matrix (A-sigma*M) where , in my case, A and M are large SPARSE matrices in CSR format, but not of identical sparse structure. I was wondering if in the MKL routines there is an efficient way to form the A-sigma*M matrix as a sparse matrix.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Sat, 01 Apr 2006 01:36:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937544#M14233</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2006-04-01T01:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using PARDISO with ARPACK to solver generalized Eigenvalue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937545#M14234</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/371334"&gt;vasci_intel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I want to use PARDISO with ARPACK to solver a genralized eigenvalue problem in shift-invert mode ( in ARPACK lingo , bmat='G', iparam(7)=3).&lt;BR /&gt;This requires using PARDISO to factor the matrix (A-sigma*M) where , in my case, A and M are large SPARSE matrices in CSR format, but not of identical sparse structure. I was wondering if in the MKL routines there is an efficient way to form the A-sigma*M matrix as a sparse matrix.&lt;BR /&gt;&lt;BR /&gt;Andrew &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Could you please introduce more details about your method? Now I'm also trying to use Pardiso and ARPACK to solve a generalized eigenvalue problem for sparse matrices. &lt;BR /&gt;&lt;BR /&gt;As for your problem, now I've written some subroutine to convert the sparse matrix in CSR format into coordinates format. This is because two matrices can be combined easily in coordinates format. Although MKL has some auxiliary routines such as mkl_ddnscsr, mkl_dcsrcoo, and mkl_dcsrbsr to make conversation among the different formats, I have to write my own because I have to deal with complex matrices.</description>
      <pubDate>Tue, 19 May 2009 04:47:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937545#M14234</guid>
      <dc:creator>wugaxp</dc:creator>
      <dc:date>2009-05-19T04:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using PARDISO with ARPACK to solver generalized Eigenvalue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937546#M14235</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/371334"&gt;vasci_intel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I want to use PARDISO with ARPACK to solver a genralized eigenvalue problem in shift-invert mode ( in ARPACK lingo , bmat='G', iparam(7)=3).&lt;BR /&gt;This requires using PARDISO to factor the matrix (A-sigma*M) where , in my case, A and M are large SPARSE matrices in CSR format, but not of identical sparse structure. I was wondering if in the MKL routines there is an efficient way to form the A-sigma*M matrix as a sparse matrix.&lt;BR /&gt;&lt;BR /&gt;Andrew &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;MKL Sparse BLASprovides such routines for all types of precision.The name of routine for double precision is mkl_dcsradd. Please take a look at page 449 of MKL Reference Manual for more details about these routines. You can also find examples of the usage of these routines in /example/spblas folder. &lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 13:34:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PARDISO-with-ARPACK-to-solver-generalized-Eigenvalue/m-p/937546#M14235</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2009-05-19T13:34:59Z</dc:date>
    </item>
  </channel>
</rss>

