<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634</link>
    <title>MATLAB Central Newsreader - ndfun error</title>
    <description>Feed for thread: ndfun error</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 01 Aug 2008 16:25:03 -0400</pubDate>
      <title>ndfun error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634#446795</link>
      <author>Dave Brackett</author>
      <description>I have been using the ndfun mex file by Peter Boettcher to &lt;br&gt;
find the product of many 2x2 matrices but since installing &lt;br&gt;
Matlab R2007a again on a new machine (64bit), i can no &lt;br&gt;
longer run ndfun from my unchanged code. I get this error:&lt;br&gt;
&lt;br&gt;
??? Undefined function or method 'ndfun' for input &lt;br&gt;
arguments of type 'char'.&lt;br&gt;
&lt;br&gt;
Any idea how I can resolve this? Thanks</description>
    </item>
    <item>
      <pubDate>Mon, 04 Aug 2008 14:51:03 -0400</pubDate>
      <title>Re: ndfun error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634#447172</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Dave Brackett&quot; &amp;lt;davebrackett@hotmail.com&amp;gt; wrote in message &lt;br&gt;
news:g6vdcv$6n6$1@fred.mathworks.com...&lt;br&gt;
&amp;gt;I have been using the ndfun mex file by Peter Boettcher to&lt;br&gt;
&amp;gt; find the product of many 2x2 matrices but since installing&lt;br&gt;
&amp;gt; Matlab R2007a again on a new machine (64bit), i can no&lt;br&gt;
&amp;gt; longer run ndfun from my unchanged code. I get this error:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ??? Undefined function or method 'ndfun' for input&lt;br&gt;
&amp;gt; arguments of type 'char'.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Any idea how I can resolve this? Thanks&lt;br&gt;
&lt;br&gt;
MEX-files are platform specific -- if the new machine is not the same &lt;br&gt;
architecture (for instance, if the old machine was 32-bit Linux or Windows &lt;br&gt;
and the new one is 64-bit Linux or Windows) you will need to recompile the &lt;br&gt;
MEX-file or use the appropriate one for the new machine's architecture (look &lt;br&gt;
at MEXEXT to determine which one should be present.)&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Tue, 12 Aug 2008 16:10:03 -0400</pubDate>
      <title>Re: ndfun error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634#448721</link>
      <author>Dave Brackett</author>
      <description>Ok, I have tried recompiling it for 64bit windows xp but &lt;br&gt;
get the following errors: does any one know what my next &lt;br&gt;
step should be? thanks.&lt;br&gt;
&lt;br&gt;
C:\DOCUME~1\DJB\LOCALS~1\Temp\mex_F231598E-534E-40A5-5C9F-&lt;br&gt;
325132C012E1\ndfun.obj  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Creating library C:\DOCUME~1\DJB\LOCALS~1&lt;br&gt;
\Temp\mex_F231598E-534E-40A5-5C9F-325132C012E1\templib.x &lt;br&gt;
and object C:\DOCUME~1\DJB\LOCALS~1\Temp\mex_F231598E-534E-&lt;br&gt;
40A5-5C9F-325132C012E1\templib.exp &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
dgecon referenced in function compute_lu &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
dgetrf referenced in function compute_lu &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol dgeev &lt;br&gt;
referenced in function mexFunction &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
dgetri referenced in function mexFunction &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
dgetrs referenced in function mexFunction &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol zgemm &lt;br&gt;
referenced in function mexFunction &lt;br&gt;
ndfun.obj : error LNK2019: unresolved external symbol dgemm &lt;br&gt;
referenced in function mexFunction &lt;br&gt;
ndfun.mexw64 : fatal error LNK1120: 7 unresolved externals </description>
    </item>
    <item>
      <pubDate>Tue, 21 Jul 2009 08:33:03 -0400</pubDate>
      <title>Re: ndfun error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634#666850</link>
      <author>renwen </author>
      <description>I meet the same problem as you. &lt;br&gt;
And resolve it by run fellowing command in matlab:&lt;br&gt;
&lt;br&gt;
mex ndfun.c &quot;D:\Program Files\MATLAB\R2008b\extern\lib\win64\microsoft\libmwlapack.lib&quot; &quot;D:\Program Files\MATLAB\R2008b\extern\lib\win64\microsoft\libmwblas.lib&quot;&lt;br&gt;
&lt;br&gt;
PC : Vista X 64 with AMD 2-core CPU.&lt;br&gt;
Matlab: R2008b&lt;br&gt;
VC++: Visual St. 2008</description>
    </item>
    <item>
      <pubDate>Tue, 21 Jul 2009 08:37:01 -0400</pubDate>
      <title>Re: ndfun error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173634#666851</link>
      <author>Renwen Lin</author>
      <description>&quot;Dave Brackett&quot; &amp;lt;davebrackett@hotmail.com&amp;gt; wrote in message &amp;lt;g7sckr$hha$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Ok, I have tried recompiling it for 64bit windows xp but &lt;br&gt;
&amp;gt; get the following errors: does any one know what my next &lt;br&gt;
&amp;gt; step should be? thanks.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; C:\DOCUME~1\DJB\LOCALS~1\Temp\mex_F231598E-534E-40A5-5C9F-&lt;br&gt;
&amp;gt; 325132C012E1\ndfun.obj  &lt;br&gt;
&amp;gt;    Creating library C:\DOCUME~1\DJB\LOCALS~1&lt;br&gt;
&amp;gt; \Temp\mex_F231598E-534E-40A5-5C9F-325132C012E1\templib.x &lt;br&gt;
&amp;gt; and object C:\DOCUME~1\DJB\LOCALS~1\Temp\mex_F231598E-534E-&lt;br&gt;
&amp;gt; 40A5-5C9F-325132C012E1\templib.exp &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
&amp;gt; dgecon referenced in function compute_lu &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
&amp;gt; dgetrf referenced in function compute_lu &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol dgeev &lt;br&gt;
&amp;gt; referenced in function mexFunction &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
&amp;gt; dgetri referenced in function mexFunction &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol &lt;br&gt;
&amp;gt; dgetrs referenced in function mexFunction &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol zgemm &lt;br&gt;
&amp;gt; referenced in function mexFunction &lt;br&gt;
&amp;gt; ndfun.obj : error LNK2019: unresolved external symbol dgemm &lt;br&gt;
&amp;gt; referenced in function mexFunction &lt;br&gt;
&amp;gt; ndfun.mexw64 : fatal error LNK1120: 7 unresolved externals </description>
    </item>
  </channel>
</rss>

