<?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 Hello Tianxiong Lu, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999716#M18441</link>
    <description>&lt;P&gt;Hello Tianxiong Lu,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Intel® MKL Data Fitting routines restricts the length of the array bc to 1 for case ny &amp;gt; 1 and the boundary condition type is DF_BC_Q_VAL.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If you need a different boundary condition for each coordinate of the vector function, please, construct spline for each coordinate separately.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Victoriya&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2015 15:45:55 GMT</pubDate>
    <dc:creator>VictoriyaS_F_Intel</dc:creator>
    <dc:date>2015-10-05T15:45:55Z</dc:date>
    <item>
      <title>Question with df?EditPPSpline1D in Data Fitting Functions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999713#M18438</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I have a question about parameter &lt;STRONG&gt;bc&lt;/STRONG&gt; of function df?EditPPSpline1D.&amp;nbsp; In the documantation (&amp;nbsp;&lt;A href="https://software.intel.com/en-us/node/522222#D69BA4E7-E8BD-4413-A2A9-769D5002F832" target="_blank"&gt;https://software.intel.com/en-us/node/522222#D69BA4E7-E8BD-4413-A2A9-769D5002F832&lt;/A&gt; ) says :&lt;/P&gt;

&lt;TABLE class="ParamTbl" id="SIMPLETABLE_54B11B6FCDB743CF847340D99669A1B2" summary="" border="0" cellpadding="4" cellspacing="0"&gt;
	&lt;TBODY&gt;
		&lt;TR&gt;
			&lt;TD headers="d1065257e154" valign="top"&gt;
				&lt;P&gt;&lt;SPAN class="parmname"&gt;bc&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d1065257e157" valign="top"&gt;
				&lt;P&gt;&lt;SPAN class="keyword"&gt;const float*&lt;/SPAN&gt; for &lt;SPAN class="keyword"&gt;dfsEditPPSpline1D&lt;/SPAN&gt;&lt;/P&gt;

				&lt;P&gt;&lt;SPAN class="keyword"&gt;const double*&lt;/SPAN&gt; for &lt;SPAN class="keyword"&gt;dfdEditPPSpline1D&lt;/SPAN&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d1065257e160" valign="top"&gt;
				&lt;P&gt;Pointer to boundary conditions. The size of the array is defined by the value of parameter &lt;SPAN class="parmname"&gt;bc_type&lt;/SPAN&gt;:&lt;/P&gt;

				&lt;UL id="GUID-4A6DBA1C-99E6-42EE-B22D-14B720ADBB7A"&gt;
					&lt;LI&gt;
						&lt;P&gt;If you set free-end or not-a-knot boundary conditions, pass the &lt;SPAN class="keyword"&gt;NULL&lt;/SPAN&gt; pointer to this parameter.&lt;/P&gt;
					&lt;/LI&gt;
					&lt;LI&gt;
						&lt;P&gt;If you combine boundary conditions at the endpoints of the interpolation interval, pass an array of two elements.&lt;/P&gt;
					&lt;/LI&gt;
					&lt;LI&gt;
						&lt;P&gt;If you set a boundary condition for the default quadratic spline or a periodic condition for Hermite or the default cubic spline, pass an array of one element.&lt;/P&gt;
					&lt;/LI&gt;
				&lt;/UL&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;But if y is vector value function with dimension ny(&amp;gt;1), on the last case, it only need &lt;STRONG&gt;one element array&lt;/STRONG&gt;? or &lt;STRONG&gt;ny elements array&lt;/STRONG&gt; instead?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 02:00:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999713#M18438</guid>
      <dc:creator>Tianxiong_Lu</dc:creator>
      <dc:date>2015-10-02T02:00:03Z</dc:date>
    </item>
    <item>
      <title>the owner of this code says -</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999714#M18439</link>
      <description>&lt;P&gt;the owner of this code says -&amp;nbsp;- it only need&amp;nbsp;&lt;STRONG&gt;one element array&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:25:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999714#M18439</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-10-02T08:25:30Z</dc:date>
    </item>
    <item>
      <title>Thank you. But what value</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999715#M18440</link>
      <description>&lt;P&gt;Thank you. But what value should be provided while y is vector value function with dimension ny(&amp;gt;1) ?&lt;/P&gt;

&lt;P&gt;For example, the boundary condition type DF_BC_Q_VAL for default&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; background-color: rgb(242, 242, 242);"&gt;quadratic spline, the description in the documentation is "function value at point (x0+x1)/2", but function value is a vector with dimension ny.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:05:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999715#M18440</guid>
      <dc:creator>Tianxiong_Lu</dc:creator>
      <dc:date>2015-10-02T12:05:09Z</dc:date>
    </item>
    <item>
      <title>Hello Tianxiong Lu,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999716#M18441</link>
      <description>&lt;P&gt;Hello Tianxiong Lu,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Intel® MKL Data Fitting routines restricts the length of the array bc to 1 for case ny &amp;gt; 1 and the boundary condition type is DF_BC_Q_VAL.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If you need a different boundary condition for each coordinate of the vector function, please, construct spline for each coordinate separately.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Victoriya&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 15:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Question-with-df-EditPPSpline1D-in-Data-Fitting-Functions/m-p/999716#M18441</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2015-10-05T15:45:55Z</dc:date>
    </item>
  </channel>
</rss>

