<?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 operations in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complex-operations/m-p/907723#M11861</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I'm new to the Intel MKL Library. I can't find arithmetics operations with the complexs numbers defined in mkl_types.h.&lt;BR /&gt;I found that the complex structure in the Intel library is:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;/* Complex type (single precision). */&lt;BR /&gt;typedef&lt;BR /&gt;struct _MKL_Complex8 {&lt;BR /&gt;    float    real;&lt;BR /&gt;    float    imag;&lt;BR /&gt;} MKL_Complex8;&lt;BR /&gt;&lt;BR /&gt;/* Complex type (double precision). */&lt;BR /&gt;typedef&lt;BR /&gt;struct _MKL_Complex16 {&lt;BR /&gt;    double    real;&lt;BR /&gt;    double    imag;&lt;BR /&gt;} MKL_Complex16;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can't do for example:&lt;BR /&gt;&lt;BR /&gt;MKL_Complex8 test1;&lt;BR /&gt;MKL_Complex8 test2;
&lt;BR /&gt;test_number1.real=1.0;&lt;BR /&gt;test_number1.imag=2.2;&lt;BR /&gt;test_number1.real=3.3;&lt;BR /&gt;test_number1.imag=4.0;&lt;BR /&gt;&lt;BR /&gt;test_number1 = test_number1 + test_number2;&lt;BR /&gt;/*or*/&lt;BR /&gt;test_number1+=test_number2;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 04 Oct 2006 23:02:13 GMT</pubDate>
    <dc:creator>fernet</dc:creator>
    <dc:date>2006-10-04T23:02:13Z</dc:date>
    <item>
      <title>Complex operations</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complex-operations/m-p/907723#M11861</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I'm new to the Intel MKL Library. I can't find arithmetics operations with the complexs numbers defined in mkl_types.h.&lt;BR /&gt;I found that the complex structure in the Intel library is:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;/* Complex type (single precision). */&lt;BR /&gt;typedef&lt;BR /&gt;struct _MKL_Complex8 {&lt;BR /&gt;    float    real;&lt;BR /&gt;    float    imag;&lt;BR /&gt;} MKL_Complex8;&lt;BR /&gt;&lt;BR /&gt;/* Complex type (double precision). */&lt;BR /&gt;typedef&lt;BR /&gt;struct _MKL_Complex16 {&lt;BR /&gt;    double    real;&lt;BR /&gt;    double    imag;&lt;BR /&gt;} MKL_Complex16;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can't do for example:&lt;BR /&gt;&lt;BR /&gt;MKL_Complex8 test1;&lt;BR /&gt;MKL_Complex8 test2;
&lt;BR /&gt;test_number1.real=1.0;&lt;BR /&gt;test_number1.imag=2.2;&lt;BR /&gt;test_number1.real=3.3;&lt;BR /&gt;test_number1.imag=4.0;&lt;BR /&gt;&lt;BR /&gt;test_number1 = test_number1 + test_number2;&lt;BR /&gt;/*or*/&lt;BR /&gt;test_number1+=test_number2;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complex-operations/m-p/907723#M11861</guid>
      <dc:creator>fernet</dc:creator>
      <dc:date>2006-10-04T23:02:13Z</dc:date>
    </item>
  </channel>
</rss>

