<?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: Solve band matrix with GBTRS in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870055#M8389</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Sorry, I was wrong. It is really KL=2. In such a case you should put KL into the second interface:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;CALL GBTRS(A, B, IPIV, 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Otherwise it is assumed KL=KU=5/3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;-Vladimir&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 10 Oct 2008 16:32:06 GMT</pubDate>
    <dc:creator>Vladimir_Koldakov__I</dc:creator>
    <dc:date>2008-10-10T16:32:06Z</dc:date>
    <item>
      <title>Solve band matrix with GBTRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870052#M8386</link>
      <description>&lt;P&gt;I try to solve a simple case AX=B with subroutine GBTRS.&lt;/P&gt;
&lt;P&gt;The matrix B is 6x1: B&lt;SUP&gt;T&lt;/SUP&gt;=(3, 1, 11, -3, -5, -1)&lt;/P&gt;
&lt;P&gt;The matrix A 6x6 containing 2 subdiagonals and 1 superdiagonal is:&lt;/P&gt;
&lt;P&gt;A=2 -1&lt;BR /&gt;-3 1 -2&lt;BR /&gt;  0 -1 2&lt;BR /&gt;2 1 1&lt;BR /&gt; 1 -1 -2 0&lt;BR /&gt; -3 -3 1&lt;/P&gt;
&lt;P&gt;Doesthe matrix A in band matrixbe arranged right?&lt;/P&gt;
&lt;P&gt;Is the following codecorrect?I can't get the correct answer...:(&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;REAL::A(6,6),B(6)&lt;BR /&gt;INTEGER::IPIV(6), INFO&lt;BR /&gt;&lt;BR /&gt;DATA A/0.,0.,0.,2.,-3.,0., 0.,0.,-1.,1.,0.,0., 0.,0.,-2.,-1.,2.,1., &amp;amp;&lt;BR /&gt; &amp;amp; 0.,0.,2.,1.,-1.,-3., 0.,0.,1.,-2.,-3.,0., 0.,0.,0.,1.,0.,0. /&lt;BR /&gt;DATA B/3., 1., 11., -3., -5., -1./&lt;/P&gt;
&lt;P&gt;CALL GBTRF(A,2,6,IPIV)&lt;BR /&gt;CALL GBTRS(A, B, IPIV)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 10 Oct 2008 02:39:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870052#M8386</guid>
      <dc:creator>cyfeng</dc:creator>
      <dc:date>2008-10-10T02:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Solve band matrix with GBTRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870053#M8387</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/297511"&gt;cyfeng&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;
&lt;P&gt;I try to solve a simple case AX=B with subroutine GBTRS.&lt;/P&gt;
&lt;P&gt;The matrix B is 6x1: B&lt;SUP&gt;T&lt;/SUP&gt;=(3, 1, 11, -3, -5, -1)&lt;/P&gt;
&lt;P&gt;The matrix A 6x6 containing 2 subdiagonals and 1 superdiagonal is:&lt;/P&gt;
&lt;P&gt;A=2 -1&lt;BR /&gt;-3 1 -2&lt;BR /&gt;  0 -1 2&lt;BR /&gt;2 1 1&lt;BR /&gt; 1 -1 -2 0&lt;BR /&gt; -3 -3 1&lt;/P&gt;
&lt;P&gt;Doesthe matrix A in band matrixbe arranged right?&lt;/P&gt;
&lt;P&gt;Is the following codecorrect?I can't get the correct answer...:(&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;REAL::A(6,6),B(6)&lt;BR /&gt;INTEGER::IPIV(6), INFO&lt;BR /&gt;&lt;BR /&gt;DATA A/0.,0.,0.,2.,-3.,0., 0.,0.,-1.,1.,0.,0., 0.,0.,-2.,-1.,2.,1., &amp;amp;&lt;BR /&gt; &amp;amp; 0.,0.,2.,1.,-1.,-3., 0.,0.,1.,-2.,-3.,0., 0.,0.,0.,1.,0.,0. /&lt;BR /&gt;DATA B/3., 1., 11., -3., -5., -1./&lt;/P&gt;
&lt;P&gt;CALL GBTRF(A,2,6,IPIV)&lt;BR /&gt;CALL GBTRS(A, B, IPIV)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2008 14:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870053#M8387</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2008-10-10T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Solve band matrix with GBTRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870054#M8388</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi, cyfeng,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;As I see the matrix has 1 upper and one lower subdiagonals.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;In this case the correct call isGBTRF(A,1,6,IPIV) as the second argument is KL.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Oct 2008 14:28:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870054#M8388</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2008-10-10T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Solve band matrix with GBTRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870055#M8389</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Sorry, I was wrong. It is really KL=2. In such a case you should put KL into the second interface:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;CALL GBTRS(A, B, IPIV, 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Otherwise it is assumed KL=KU=5/3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;-Vladimir&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Oct 2008 16:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870055#M8389</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2008-10-10T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Solve band matrix with GBTRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870056#M8390</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/93629"&gt;Vladimir Koldakov (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;
&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Sorry, I was wrong. It is really KL=2. In such a case you should put KL into the second interface:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;CALL GBTRS(A, B, IPIV, 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Otherwise it is assumed KL=KU=5/3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small; font-family: Times New Roman;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="mso-ansi-language: EN-US;" lang="EN-US"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;-Vladimir&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi, Vladimir.&lt;/P&gt;
&lt;P&gt;I paid too much attention to the GBTRF to make such a stupid question.&lt;/P&gt;
&lt;P&gt;I should read the document more carefully.&lt;/P&gt;
&lt;P&gt;Thank you very much :)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2008 23:20:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-band-matrix-with-GBTRS/m-p/870056#M8390</guid>
      <dc:creator>cyfeng</dc:creator>
      <dc:date>2008-10-10T23:20:09Z</dc:date>
    </item>
  </channel>
</rss>

