<?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 Hi Yuri, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017659#M19577</link>
    <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;

&lt;P&gt;Current version of MKL support nonlinear solver only for real variables. For sure one can calculate complex equation but after conversion&amp;nbsp;it to real one (value.complex -&amp;gt; (value.re, value.im)). So could you explain what does following sentence mean "I've remastered this program and tried to use it, but then I found out, that I obtained complex values on some steps of iterations"?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2014 08:01:21 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2014-10-20T08:01:21Z</dc:date>
    <item>
      <title>Elements of functional analysis</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017654#M19572</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;

&lt;P&gt;I'm sorry if my question being improper but I really want to know if there is any features for functional manipulating in Intel MKL? More precisely, I've got now a task to solve a system of non-linear equations. To do that I have to obtain partial derivatives of my functions. Can I do this using a standart method of MKL and what is the way of such a realization?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:29:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017654#M19572</guid>
      <dc:creator>Yuri_D_</dc:creator>
      <dc:date>2014-10-08T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Hi Yuri D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017655#M19573</link>
      <description>&lt;P&gt;Hi Yuri D,&lt;/P&gt;
&lt;P&gt;As far as i know, no, mkl don't provide feature for functional manipulation. you may refer to&amp;nbsp;the mkl manual at &lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-documentation"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-documentation&lt;/A&gt;.&amp;nbsp;The&amp;nbsp;no-linear solvers&amp;nbsp;supported by MKL &amp;nbsp;are mainly based on interation, jacobian etc, not direct partial derivatives of&amp;nbsp; one&amp;nbsp;functions&lt;/P&gt;
&lt;P&gt;Intel MKL provides tools for solving nonlinear least squares problems using the&lt;BR /&gt;Trust-Region (TR) algorithms. The solver routines are grouped according to their purpose as follows:&lt;BR /&gt;• Nonlinear Least Squares Problem without Constraints&lt;BR /&gt;• Nonlinear Least Squares Problem with Linear (Boundary) Constraints&lt;BR /&gt;• Jacobian Matrix Calculation Routines&lt;BR /&gt;For more information on the key concepts required to understand the use of the Intel MKL nonlinear least&lt;BR /&gt;squares problem solver routines, see [Conn00].&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 01:47:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017655#M19573</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-10-09T01:47:01Z</dc:date>
    </item>
    <item>
      <title>Thank you, Ying! </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017656#M19574</link>
      <description>&lt;P&gt;Thank you, Ying!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I found a way of realization of my task; I had completely overlooked the fact that MKL can manage solution of nonlinear equations' systems.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But I caught myself not being capable to realize more simple things. I hope you will forgive me some newbie questions such as:&lt;/P&gt;

&lt;P&gt;1) how can I find [Conn00]?&lt;/P&gt;

&lt;P&gt;2) how can I handle this problem:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; In function 'func':&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; .../func.f: 75: underfined reference to 'dtrnlsp_init_'&lt;/P&gt;

&lt;P&gt;I don't even imagine the reason for this problem to appear, because I wrote the include operator (include 'mkl_rci.fi') in my code and, also, gave the compiler the full address of the file, that has been included.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm very sorry if my questions are too annoying - this is my second day of Intel MKL usage and I'm just trying to sort the things out.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:17:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017656#M19574</guid>
      <dc:creator>Yuri_D_</dc:creator>
      <dc:date>2014-10-09T20:17:50Z</dc:date>
    </item>
    <item>
      <title>Hi Yuri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017657#M19575</link>
      <description>&lt;P&gt;Hi Yuri&lt;/P&gt;

&lt;P&gt;You can download the mkl manual and mkl userguide from the website.&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;at&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-documentation" style="font-size: 12px; line-height: 18px;"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-documentation&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Then you will see the reference doc is from &amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) [Conn00] A. R. Conn, N. I.M. Gould, P. L. Toint.Trust-region Methods.SIAM Society for&lt;BR /&gt;
	Industrial &amp;amp; Applied Mathematics, Englewood Cliffs, New Jersey, MPS-SIAM&lt;BR /&gt;
	Series on Optimization edition, 2000.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2) Are you building the lexample code provided by MKL? &amp;nbsp;What is your build environment and compiler command line?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;It is right, Underfined reference error hints that the problem in the include path or the function name. &amp;nbsp;DTRNLSP_INIT &amp;nbsp;( &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;dtrnlsp_init&lt;STRONG&gt;_,&lt;/STRONG&gt;&amp;nbsp;t&lt;STRONG&gt;he&amp;nbsp;underline seems &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-aligning="#blng_src_3_3,#blng_tran_3_3" id="blng_tran_3_3" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; color: rgb(67, 67, 67); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; background-color: rgb(242, 242, 242);"&gt;redundant&lt;/SPAN&gt;&lt;SPAN style="color: rgb(67, 67, 67); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; background-color: rgb(242, 242, 242);"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-aligning="#blng_src_3_4,#blng_tran_3_4" id="blng_tran_3_4" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; color: rgb(67, 67, 67); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; background-color: rgb(242, 242, 242);"&gt;it can it be&lt;/SPAN&gt;&lt;SPAN style="color: rgb(67, 67, 67); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; background-color: rgb(242, 242, 242);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="highLight" data-aligning="#blng_src_3_5,#blng_tran_3_5" id="blng_tran_3_5" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; color: rgb(67, 67, 67); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; background-color: rgb(189, 213, 238);"&gt;&lt;STRONG&gt;left out&lt;/STRONG&gt;?&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;, &amp;nbsp;could you please attach the code &amp;nbsp;or &amp;nbsp;please try the code under mkl example : &amp;nbsp;[&lt;/SPAN&gt;MKL Dir]\example\solverf\source\ex_nlsqp_f.f ( attached).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2014 03:45:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017657#M19575</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-10-11T03:45:11Z</dc:date>
    </item>
    <item>
      <title>Thank you, Ying! You've</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017658#M19576</link>
      <description>&lt;P&gt;Thank you, Ying! You've helped me so much!&lt;/P&gt;

&lt;P&gt;I've remastered this program and tried to use it, but then I found out, that I obtained complex values on some steps of iterations. And this fact brought me to the necessity of changing types of the solution vector's coordinates - as well as the function value vector's ones.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So, would I be right if I change these types to COMPLEX*16?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 06:18:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017658#M19576</guid>
      <dc:creator>Yuri_D_</dc:creator>
      <dc:date>2014-10-17T06:18:38Z</dc:date>
    </item>
    <item>
      <title>Hi Yuri,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017659#M19577</link>
      <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;

&lt;P&gt;Current version of MKL support nonlinear solver only for real variables. For sure one can calculate complex equation but after conversion&amp;nbsp;it to real one (value.complex -&amp;gt; (value.re, value.im)). So could you explain what does following sentence mean "I've remastered this program and tried to use it, but then I found out, that I obtained complex values on some steps of iterations"?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:01:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Elements-of-functional-analysis/m-p/1017659#M19577</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-10-20T08:01:21Z</dc:date>
    </item>
  </channel>
</rss>

