<?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 Access violation in spline function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814396#M4183</link>
    <description>Hello Phil, Thiis the real issue for Data Fitting component of MKL.The issue has been submitted to our internal development tracking database for
further fixing. I will inform you once a new update becomes available. Here
is a bug tracking number for your reference: DPD200288598&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;regards, Gennady&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 30 May 2012 16:09:03 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-05-30T16:09:03Z</dc:date>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814378#M4165</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In an effort to remove IMSL library from our projects (because of the new licensing policy) I am giving a try to the MKL library. I mainly use cubic spline functions using Intel Visual Fortran Compiler XE on IA-32, version 12.1.1 (Package ID: w_fcompxe_2011.7.258). I have started with from an existing project that compiles and links fine with IMSL (the project exports functions used in Excel through VBA to provide spline features). I have added a new function that uses the spline possibilities of the MKL (10.3 update 10). The call to the function from VBA works fine, but I get an &lt;B&gt;Access violation&lt;/B&gt; when calling the function &lt;B&gt;dfdConstruct1D()&lt;/B&gt;. It seems that the problem is located in the mkl at location : &lt;B&gt;_mkl_df_kernel_n8_dDFAkimaCubicSpline1D() + 0x1765c octets&lt;/B&gt;. The source code was created from an example provided in the documentation and I don't understand what I am doing wrong. The source file is attached.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2012 08:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814378#M4165</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-29T08:35:01Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814379#M4166</link>
      <description>It would help matters if you can post a small Fortran driver routine that calls your DLL with argument values that cause the access violation. Presumably, not every call to the DLL causes access violatons, so we need to have a sample case to reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;There is a &lt;A href="http://www.mathworks.com/matlabcentral/fileexchange/1814-akima-interpolation"&gt;Matlab implementation of one-dimensional Akima interpolation&lt;/A&gt; which you may find helpful.</description>
      <pubDate>Tue, 29 May 2012 09:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814379#M4166</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-05-29T09:09:05Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814380#M4167</link>
      <description>Hi mece,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Please findattached a ZIP file containingthe IVF project as well as the Excel file that calls the dll with the data used in sheet1 (you will have to change the location of the library in the VBA code). I did not include the module file (MKL_DF) whichis directly accessed from its original location.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2012 09:38:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814380#M4167</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-29T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814381#M4168</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just for giving some additional information. After the access violation message, if I stop into the debugger and loork at the contents of the &lt;I&gt;scoeff&lt;/I&gt; array (coefficients of the piecewise cubic spline), it shows correct information: i.e. if I copy these coefficients, paste them into the excel worksheet and try to calculate the spline function, it gives correct results.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2012 13:00:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814381#M4168</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-29T13:00:55Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814382#M4169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Many thanks for additional detail. Please give us some time to reproduce &amp;amp; root cause the issue.&lt;BR /&gt;&lt;BR /&gt;Sergey</description>
      <pubDate>Tue, 29 May 2012 13:18:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814382#M4169</guid>
      <dc:creator>Sergey_M_Intel2</dc:creator>
      <dc:date>2012-05-29T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814383#M4170</link>
      <description>&lt;P&gt;Hi netphilou31,&lt;/P&gt;&lt;P&gt;There're several issues with the subroutine AkimaSpline_MKL that you're using for Akima cubic interpolation.&lt;/P&gt;&lt;P&gt;1. Before calling dfdNewTask1D() function you set ny=nx. This is wrong, because setting ny=nx means that you will construct coefficients for nx Akima cubic splines on the same partition at once. But you only need coefficients for 1 spline. So, to fix the issue please make following change in your code:&lt;/P&gt;&lt;P&gt;! Create Data Fitting task&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ny = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;errcode = dfdNewTask1D(task, nx, xx, xhint, ny, yy, yhint)&lt;/P&gt;&lt;P&gt;This was the cause of access violation in you application. There were no enough memory for construction of nx splines.&lt;/P&gt;&lt;P&gt;2. datahint parameter is initialized incorrectly when calling dfdInterpolate1D. You should either skip it, because it's unnecessary in your case, or make following change to the code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datahint(1) = 1.d0&lt;/STRONG&gt; ! Dimension of the task&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datahint(2) = dble(DF_NO_APRIORI_INFO)&lt;/STRONG&gt; ! No additional information about breakpoints or sites is provided.&lt;/P&gt;&lt;P&gt;3. Interpolation results are packed into r array - parameter of dfdInterpolate1D function, they aren't returned as the functions' result.&lt;/P&gt;&lt;P&gt;It will be better to use following code sequence to obtain interpolation result:&lt;/P&gt;&lt;P&gt;errcode = dfdInterpolate1D(task, DF_INTERP, DF_METHOD_PP, nsite, site, sitehint, ndorder, dorder, datahint, r, rhint)&lt;/P&gt;&lt;P&gt;call CheckDfError(errcode)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Y = r(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After applying those three changes described above the code should start working as expected.&lt;/P&gt;&lt;P&gt;Please seefixed file in attachment.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 14:27:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814383#M4170</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2012-05-29T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814384#M4171</link>
      <description>&lt;P&gt;Hi Victoriya,&lt;/P&gt;&lt;P&gt;Thanks a lot ! I did very basic mistakes that I should not have done !&lt;BR /&gt;I have changed the code according to your suggestions but unfortunately the &lt;EM&gt;&lt;STRONG&gt;dfdInterpolate1D&lt;/STRONG&gt;&lt;/EM&gt; function returns always 0 in r(1) whatever the value stored in site(1). If I have correctly understood, the site() array contains the x values for which one wants an interpolation and the r() array contains the results ?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 14:59:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814384#M4171</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-29T14:59:42Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814385#M4172</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;I have found that I have to set the dorder(1) value to 1 to get the interpolated valued in r() instead of 0 as mentionned in the documentation :&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;dorder: Array of size ndorder that defines the order of 
the derivatives to be computed at the interpolation sites. If all the elements 
in dorder are zero, the library computes the spline 
values only. If you do not need interpolation computations, set ndorder to zero and pass a NULL 
pointer to dorder.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Moreover, but it is probably not a problem with the example, I get very different results from the DCSAKM function from the IMSL library ! The DCSAKM function gives a very good spline but the one I have used gives a bad one. Probably IMSL is using constraints as first or second derivatives at breakpoints to get better results. Il will check that and try, if possible, to fill the gap between both spline results.&lt;BR /&gt;&lt;BR /&gt;Best regards,</description>
      <pubDate>Tue, 29 May 2012 15:21:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814385#M4172</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-29T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814386#M4173</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Please let us know if you still see significant deviation between libraries. If you get stuck then we might have a deeper look at the issue.&lt;BR /&gt;&lt;BR /&gt;Sergey</description>
      <pubDate>Wed, 30 May 2012 04:39:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814386#M4173</guid>
      <dc:creator>Sergey_M_Intel2</dc:creator>
      <dc:date>2012-05-30T04:39:07Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814387#M4174</link>
      <description>Hi Sergey,&lt;BR /&gt;&lt;BR /&gt;Please find attached some comparisons I have made between the MKL and IMSL libraries Akima spline functions. As mentioned in my previous message, it is possible that IMSL uses some kind of constrained spline. I have also attached a PDF describing another spline method that you can have a look on. When programmed this method gives very ggod results (even better than the IMSL Akima spline). If you need the Excel workbook and the IVF project I have used please tell me.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Phil.&lt;BR /&gt;&lt;BR /&gt;P.S: For your information, the natural splines give almost the same results in both libraries (and MKL natural spline gives better results than Akima in MKL)</description>
      <pubDate>Wed, 30 May 2012 06:39:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814387#M4174</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-30T06:39:09Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814388#M4175</link>
      <description>Hi Phil,&lt;BR /&gt;&lt;BR /&gt;Thank you for your time spent to analyse the issue!&lt;BR /&gt;The data you've provided is enough to continue investigation of the differences in Akima splines computations on our side.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vika</description>
      <pubDate>Wed, 30 May 2012 07:47:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814388#M4175</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2012-05-30T07:47:16Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814389#M4176</link>
      <description>Hi Victoriya,&lt;BR /&gt;&lt;BR /&gt;Please find attached another couple of comparisons I have made using the example provided in the IMSL documentation for the CSAKM/DCSAKM function. It seems that the problem lies at the end-points (the Akima spline is similar to the one from IMSL except at the end-points, i.e. in the first two and last two intervals).&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Best regards,</description>
      <pubDate>Wed, 30 May 2012 10:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814389#M4176</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-30T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814390#M4177</link>
      <description>Akima interpolation is a rather simple calculation, and it is a bit of overkill to use MKL or IMSL when a few lines of code (the file &lt;B&gt;akima.m&lt;/B&gt; referred to in #1 has 21 lines of code) will calculate the Akima interpolant. Here are the lines of code (in Matlab) to fit and plot the result for your data using &lt;B&gt;akima.m&lt;/B&gt;:&lt;BR /&gt;&lt;BR /&gt;[bash]cd s:/akima
x=0:0.1:1; y=sin(15*x);             % 11 data points
xi=linspace(0,1,101); yc=sin(15*x); % calculated
yi=akima(x,y,xi);                   % interpolated
plot(xi,yi,'-',x,y,'o',xi,yc)
xlabel('x'); ylabel('y'); grid
legend('Akima','Data','calculated')
orient landscape
print -dpng 's:/akima/akm.png'
[/bash]</description>
      <pubDate>Wed, 30 May 2012 11:39:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814390#M4177</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-05-30T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814391#M4178</link>
      <description>It is not always about simplicity of the code. General matrix multiplication is also less than 20 lines of the code but if you want to get closer to the peak performance then you'll likely use GEMM from MKL, right?&lt;BR /&gt;&lt;BR /&gt;Likewise, if the spline construction and/or evaluation represents performance sensitive part of the application it's certainly make sense touse one fromMKL.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey</description>
      <pubDate>Wed, 30 May 2012 12:10:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814391#M4178</guid>
      <dc:creator>Sergey_M_Intel2</dc:creator>
      <dc:date>2012-05-30T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814392#M4179</link>
      <description>It is not really a question of performance of the algorithm but rather a question of fitting quality. When I used the IMSL library, I have found that the Akima spline function was very useful because it preserves the shape of the curve and avoids overshooting problems (as the ones described by CJC Kruger in the article attached in a previous reply). The same good fitting was done using the CSCON/DCSCON routine but slightly different from Akima because it preserves the concavity of the curve rather than the shape.&lt;BR /&gt;For my job it is important to avoid overshooting problems so I can use the algorithm proposed by CJC Kruger ; but, because I also want to remove other calls to IMSL functions, I was trying the MKL library. However, I have found that its use was very different from IMSL thus I ran into difficulties for implementing it.&lt;BR /&gt;Anyway, are you sure that there is no problems in the MKL for the fitting of the first and last two intervals (as shown on the graphs I have attached previously), because for the internal intervals the results are very close between both libraries. Moreover if the polynomial of the first interval is erroneous, the second is probably also erroneous (because of the continuity of the derivative at the breakpoint).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Phil.</description>
      <pubDate>Wed, 30 May 2012 13:11:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814392#M4179</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-30T13:11:15Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814393#M4180</link>
      <description>&lt;P&gt;Phil, hello again,&lt;BR /&gt;&lt;BR /&gt;The examples provided by you disclosed the issue in MKL Akima spline construction, which wasn't caught by our internal testing. Thank you very much for your efforts!&lt;BR /&gt;Indeed, coeficients of Akima spline are calculated incorrectly for two beginning and two ending intervals. This issue isplanned to be fixed in further MKL releases. Hopefully you will try one ofthem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vika&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 13:31:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814393#M4180</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2012-05-30T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814394#M4181</link>
      <description>Hi Victoriya,&lt;BR /&gt;&lt;BR /&gt;Could it be possible to post a reply on this thread to be informed that the problem is fixed ?&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Phil.</description>
      <pubDate>Wed, 30 May 2012 13:48:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814394#M4181</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-30T13:48:28Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814395#M4182</link>
      <description>Agreed. Is performance, indeed, an issue for the OP? &lt;BR /&gt;&lt;BR /&gt;In any case, the Matlab code can be useful in providing test results to validate the results from MKL.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2012 14:57:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814395#M4182</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-05-30T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814396#M4183</link>
      <description>Hello Phil, Thiis the real issue for Data Fitting component of MKL.The issue has been submitted to our internal development tracking database for
further fixing. I will inform you once a new update becomes available. Here
is a bug tracking number for your reference: DPD200288598&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;regards, Gennady&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 May 2012 16:09:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814396#M4183</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-05-30T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Access violation in spline function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814397#M4184</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Many thanks to all of you.&lt;BR /&gt;I will wait impatiently for the next release.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2012 16:27:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-in-spline-function/m-p/814397#M4184</guid>
      <dc:creator>netphilou31</dc:creator>
      <dc:date>2012-05-30T16:27:20Z</dc:date>
    </item>
  </channel>
</rss>

