<?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 complex arrays with PARDISO in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-arrays-with-PARDISO/m-p/910418#M12113</link>
    <description>Greetings,
&lt;BR /&gt;I'm trying to determine how to use complex arrays with the PARDISO solver.  Does one simply change the declaration in mkl_pardiso.h so that you can pass an array of structs that represent a complex number, say _MKL_Complex16?  I can't find any information in documentation other than where it states that it can be done.  Any information would be appreciated.
&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Mar 2008 01:11:36 GMT</pubDate>
    <dc:creator>ringlery</dc:creator>
    <dc:date>2008-03-27T01:11:36Z</dc:date>
    <item>
      <title>complex arrays with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-arrays-with-PARDISO/m-p/910418#M12113</link>
      <description>Greetings,
&lt;BR /&gt;I'm trying to determine how to use complex arrays with the PARDISO solver.  Does one simply change the declaration in mkl_pardiso.h so that you can pass an array of structs that represent a complex number, say _MKL_Complex16?  I can't find any information in documentation other than where it states that it can be done.  Any information would be appreciated.
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2008 01:11:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-arrays-with-PARDISO/m-p/910418#M12113</guid>
      <dc:creator>ringlery</dc:creator>
      <dc:date>2008-03-27T01:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: complex arrays with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-arrays-with-PARDISO/m-p/910419#M12114</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you are calling PARDISO from C/C++ program,please take a look at file mkl_dss.h to learn which complex types you can use for complex arrays. For example you can describe the array of non-zeros as follows:&lt;/P&gt;
&lt;P&gt; _DOUBLE_COMPLEX_t cValues[your size];&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For Fortran program, array of values in the case ofcomplex number should be described as follows&lt;/P&gt;
&lt;P&gt; DOUBLE COMPLEX VALUES(NONZEROS) &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 11:43:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/complex-arrays-with-PARDISO/m-p/910419#M12114</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2008-04-07T11:43:55Z</dc:date>
    </item>
  </channel>
</rss>

