<?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 ZTFSM issues (rectangular full packed storage triangular matrix solve) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356131#M32685</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am hoping to use ZTFSM to solve a triangular system in the RPF/RFP format with and without transposition, i.e., A*X=B and A^T * x = B, where A is a triangular matrix stored in RFP format. The routine appears to function properly when trans = 'N', but when I specify trans = 'T' to solve the transpose problem A^T * X = B, I get the error "Intel MKL ERROR: Parameter 4 was incorrect on entry to ZTFSM ."&lt;/P&gt;
&lt;P&gt;I also tried to hack around this issue by conjugating A and using trans = 'C' to denote the conjugate transpose. This results in an error on the order of 1e-3 for a 4x4 matrix.&lt;/P&gt;
&lt;P&gt;Note that I am only changing the 'trans' flag; all other parameters remain fixed.&lt;/P&gt;
&lt;P&gt;Am I using ZTFSM incorrectly? Is this a known bug?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 19:31:54 GMT</pubDate>
    <dc:creator>shughey</dc:creator>
    <dc:date>2022-01-31T19:31:54Z</dc:date>
    <item>
      <title>ZTFSM issues (rectangular full packed storage triangular matrix solve)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356131#M32685</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am hoping to use ZTFSM to solve a triangular system in the RPF/RFP format with and without transposition, i.e., A*X=B and A^T * x = B, where A is a triangular matrix stored in RFP format. The routine appears to function properly when trans = 'N', but when I specify trans = 'T' to solve the transpose problem A^T * X = B, I get the error "Intel MKL ERROR: Parameter 4 was incorrect on entry to ZTFSM ."&lt;/P&gt;
&lt;P&gt;I also tried to hack around this issue by conjugating A and using trans = 'C' to denote the conjugate transpose. This results in an error on the order of 1e-3 for a 4x4 matrix.&lt;/P&gt;
&lt;P&gt;Note that I am only changing the 'trans' flag; all other parameters remain fixed.&lt;/P&gt;
&lt;P&gt;Am I using ZTFSM incorrectly? Is this a known bug?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 19:31:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356131#M32685</guid>
      <dc:creator>shughey</dc:creator>
      <dc:date>2022-01-31T19:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: ZTFSM issues (rectangular full packed storage triangular matrix solve)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356330#M32693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting on Intel Communities. Kindly refer below link for usage regarding ZTFSM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/lapack-routines/lapack-auxiliary-routines/tfsm.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/lapack-routines/lapack-auxiliary-routines/tfsm.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, Could you please share us a sample reproducer and steps(if any), so that we could try reproducing the issue at our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 11:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356330#M32693</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-02-01T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: ZTFSM issues (rectangular full packed storage triangular matrix solve)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356375#M32694</link>
      <description>&lt;P&gt;Since the MKL example files did not (?) contain a test file for the ?TFSM routines, I took the &lt;A href="https://www.nag.com/numeric/nl/nagdoc_latest/flhtml/f06/f06wpf.html" target="_self"&gt;example provided by NAG&lt;/A&gt; and modified it for use with MKL (remove references to NAG modules, provide parameter declaration for the real kind _wp, and replace the call to x04... by a simple PRINT *,IFAIL). The program ran and produced the correct result, using the current version of IFort and MKL (OneAPI 2022).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide a reproducer.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 18:39:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356375#M32694</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-02-01T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: ZTFSM issues (rectangular full packed storage triangular matrix solve)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356400#M32695</link>
      <description>&lt;P&gt;I think I figured out my mistake. I did not realize until reading the documentation for ZTRTTF that MKL expects the lower right triangle to be stored in conjugate-transpose form, rather than in transpose form. Things are working now. Sorry for the confusion, and thank you for the quick responses!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 16:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1356400#M32695</guid>
      <dc:creator>shughey</dc:creator>
      <dc:date>2022-02-01T16:59:43Z</dc:date>
    </item>
    <item>
      <title>Re:ZTFSM issues (rectangular full packed storage triangular matrix solve)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1359160#M32730</link>
      <description>&lt;P&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2022 11:23:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ZTFSM-issues-rectangular-full-packed-storage-triangular-matrix/m-p/1359160#M32730</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2022-02-10T11:23:43Z</dc:date>
    </item>
  </channel>
</rss>

