<?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: Built-in Diagonal Preconditioner for Sparse Matrix? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907784#M11866</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;MKL Sparse BLAS contain a set of triangular solvers for6 most popular sparse formats (compressed sparse row, compressed sparse columns, block sparse row, coordinate, diagonal and skyline formats). You canperform diagonal preconditioning if you call one of routines mkl_dcsrsv, mkl_dcscsv, mkl_dcoosv and etc depending on sparse representation of your coefficient matrix and set the first parameter of descriptor array matdescra to 'D' or 'd'. The routine automatically extracts the main diagonal of coefficient matrix and performs diagonal preconditioning. Please see the MKL Reference Manual for more details.&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2008 10:37:43 GMT</pubDate>
    <dc:creator>Sergey_K_Intel1</dc:creator>
    <dc:date>2008-04-07T10:37:43Z</dc:date>
    <item>
      <title>Built-in Diagonal Preconditioner for Sparse Matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907783#M11865</link>
      <description>I have a system of equations I am trying to solve using the FGMRES sparse solver (i.e.- Ax=b). From the system I am solving, I have found in the past that a diagonal preconditioner is optimal (where by a diagonal preconditoner, I just mean the diag. elements of A, and solve P^-1Ax=P^-1b).&lt;BR /&gt;&lt;BR /&gt;I could easily construct this preconditioning matrix for use with the FGMRES solver, but am wondering if there is a built in way to pull this diagonal matrix out? I have noticed that there is a ILUT and ILU0 preconditioner available, and seeing as diagonal preconditioning is quite common, I thought there might be a built in routine to do this as well. (otherwise, I can just write my own).&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2008 20:08:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907783#M11865</guid>
      <dc:creator>mdobossy</dc:creator>
      <dc:date>2008-04-04T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Built-in Diagonal Preconditioner for Sparse Matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907784#M11866</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;MKL Sparse BLAS contain a set of triangular solvers for6 most popular sparse formats (compressed sparse row, compressed sparse columns, block sparse row, coordinate, diagonal and skyline formats). You canperform diagonal preconditioning if you call one of routines mkl_dcsrsv, mkl_dcscsv, mkl_dcoosv and etc depending on sparse representation of your coefficient matrix and set the first parameter of descriptor array matdescra to 'D' or 'd'. The routine automatically extracts the main diagonal of coefficient matrix and performs diagonal preconditioning. Please see the MKL Reference Manual for more details.&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2008 10:37:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907784#M11866</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2008-04-07T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Built-in Diagonal Preconditioner for Sparse Matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907785#M11867</link>
      <description>Thanks for the info Sergey! It all looks pretty strait-forward now.&lt;BR /&gt;&lt;BR /&gt;-Mark&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 13:17:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Built-in-Diagonal-Preconditioner-for-Sparse-Matrix/m-p/907785#M11867</guid>
      <dc:creator>mdobossy</dc:creator>
      <dc:date>2008-04-07T13:17:29Z</dc:date>
    </item>
  </channel>
</rss>

