<?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 Dear all, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-system-GETRF-GETRS/m-p/1016780#M19536</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am sorry. I get the error. Here, the correct code&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;program testmkl
use LAPACK95
implicit none
complex    ,allocatable,dimension(:,:)::AA
complex    ,allocatable,dimension(:)  ::BB
integer    ,allocatable,dimension(:)::IPV
integer :: info,n

n=10
allocate(AA(n,n))
allocate(BB(n))
allocate(IPV(n))

 call GETRF(AA,IPV)
 call GETRS(AA,IPV,BB,'N',info)
 
endprogram&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2014 14:03:08 GMT</pubDate>
    <dc:creator>diedro</dc:creator>
    <dc:date>2014-12-09T14:03:08Z</dc:date>
    <item>
      <title>complex system GETRF+GETRS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-system-GETRF-GETRS/m-p/1016779#M19535</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I would like to solve a linear complex system with MKL libraries. As I have done with real system I use&amp;nbsp;GETRF with GETRS. The MKL reference says that I can also use &lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Courier New', Courier, monospace; font-size: 14.5454540252686px; line-height: 22px;"&gt;getrs also for comple system. Here my example code:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;program testmkl
use LAPACK95
implicit none
complex    ,allocatable,dimension(:,:)::AA
complex    ,allocatable,dimension(:)  ::BB
integer    ,allocatable,dimension(:)::IPV
integer :: info,n

n=10
allocate(AA(n,n))
allocate(BB(n))
allocate(IPV(n))

 call GETRF(AA,IPV,info)
 call GETRS(AA,IPV,BB,info)
 
endprogram&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Courier New', Courier, monospace; font-size: 14.5454540252686px; line-height: 22px;"&gt;However, I am not able to compile it. This is my error:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;There is no matching specific subroutine for this generic subroutine call.   [GETRS]
 call GETRS(AA,IPV,BB,info)
&lt;/PRE&gt;

&lt;P&gt;&lt;FONT color="#333333" face="Courier New, Courier, monospace"&gt;&lt;SPAN style="font-size: 14.5454540252686px; line-height: 22px;"&gt;Where that am i wrong?&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 13:52:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-system-GETRF-GETRS/m-p/1016779#M19535</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2014-12-09T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-system-GETRF-GETRS/m-p/1016780#M19536</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am sorry. I get the error. Here, the correct code&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;program testmkl
use LAPACK95
implicit none
complex    ,allocatable,dimension(:,:)::AA
complex    ,allocatable,dimension(:)  ::BB
integer    ,allocatable,dimension(:)::IPV
integer :: info,n

n=10
allocate(AA(n,n))
allocate(BB(n))
allocate(IPV(n))

 call GETRF(AA,IPV)
 call GETRS(AA,IPV,BB,'N',info)
 
endprogram&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 14:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-system-GETRF-GETRS/m-p/1016780#M19536</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2014-12-09T14:03:08Z</dc:date>
    </item>
  </channel>
</rss>

