<?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: A question related to dss_solve_real() in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890669#M10423</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436876"&gt;agnonchik&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;In other words, I need to factorize a real symmetric sparse matrix and then only perform the forward substitution Lx=b.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;what about Sparse BLAS? Say &lt;SPAN class="option"&gt;mkl_?csrsm type routines?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/SPAN&gt;</description>
    <pubDate>Thu, 20 Aug 2009 01:26:05 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-08-20T01:26:05Z</dc:date>
    <item>
      <title>A question related to dss_solve_real()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890668#M10422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dss_solve_real() solves linear system L*L^T*x=b for a real symmetric sparse matrix A=L*L^T.&lt;BR /&gt;Is there any way to obtain the solution of L*x=b?&lt;BR /&gt;&lt;BR /&gt;In other words, I need to factorize a real symmetric sparse matrix and then only perform the forward substitution Lx=b.&lt;BR /&gt;&lt;BR /&gt;Any advice?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Aug 2009 15:10:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890668#M10422</guid>
      <dc:creator>agnonchik</dc:creator>
      <dc:date>2009-08-19T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to dss_solve_real()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890669#M10423</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436876"&gt;agnonchik&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;In other words, I need to factorize a real symmetric sparse matrix and then only perform the forward substitution Lx=b.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;what about Sparse BLAS? Say &lt;SPAN class="option"&gt;mkl_?csrsm type routines?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Thu, 20 Aug 2009 01:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890669#M10423</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-20T01:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to dss_solve_real()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890670#M10424</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/436876"&gt;agnonchik&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;In other words, I need to factorize a real symmetric sparse matrix and then only perform the forward substitution Lx=b.&lt;BR /&gt;&lt;BR /&gt;Any advice?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Since MKL 10.1 PARDISO and DSScan solve factorized system step-by-step.Namely, from MKL manual:&lt;BR /&gt;&lt;BR /&gt;"By default, both routines (dss_solve_*)perform full solution step (it corresponds to phase =33 in PARDISO).&lt;BR /&gt;The parameter opt allows to calculate the final solution step-by-step, calling forward and backward substitutions. If it is set to MKL_DSS_FORWARD_SOLVE - the forward substitution (corresponding to phase =331 in PARDISO) is performed, if it is set to MKL_DSS_DIAGONAL_SOLVE - the diagonal substitution (corresponding to phase =332 in PARDISO) is performed, and if it is set to MKL_DSS_BACKWARD_SOLVE - the backward substitution (corresponding to phase =333 in PARDISO) is performed. For more details about using these substitutions for different types of matrices, see description of the PARDISO solver."&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 04:00:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890670#M10424</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2009-08-20T04:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to dss_solve_real()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890671#M10425</link>
      <description>Got it!&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 09:30:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-question-related-to-dss-solve-real/m-p/890671#M10425</guid>
      <dc:creator>agnonchik</dc:creator>
      <dc:date>2009-08-20T09:30:35Z</dc:date>
    </item>
  </channel>
</rss>

