<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Writing External C/C++ Functions for MATLAB</title>
	<atom:link href="http://beyondallrepair.com/2010/08/writing-external-c-functions-for-matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondallrepair.com/2010/08/writing-external-c-functions-for-matlab/</link>
	<description>The goings on of a computer scientist</description>
	<lastBuildDate>Thu, 09 May 2013 10:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Freud</title>
		<link>http://beyondallrepair.com/2010/08/writing-external-c-functions-for-matlab/comment-page-1/#comment-122</link>
		<dc:creator>Freud</dc:creator>
		<pubDate>Thu, 19 Aug 2010 09:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://beyondallrepair.com/?p=70#comment-122</guid>
		<description><![CDATA[Awesome.  Thanks, I&#039;ll give it a go.  I was quite tempted to thread the loop iterations, openmp looks a lot better than doing it manually :)

The other day I noticed that I&#039;ve got the parallel computing toolkit installed too, so I&#039;ll have a go at using parfor too (no doubt I&#039;ll be ranting about that in a blog post soon).]]></description>
		<content:encoded><![CDATA[<p>Awesome.  Thanks, I&#8217;ll give it a go.  I was quite tempted to thread the loop iterations, openmp looks a lot better than doing it manually :)</p>
<p>The other day I noticed that I&#8217;ve got the parallel computing toolkit installed too, so I&#8217;ll have a go at using parfor too (no doubt I&#8217;ll be ranting about that in a blog post soon).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Croucher</title>
		<link>http://beyondallrepair.com/2010/08/writing-external-c-functions-for-matlab/comment-page-1/#comment-115</link>
		<dc:creator>Mike Croucher</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://beyondallrepair.com/?p=70#comment-115</guid>
		<description><![CDATA[You might get more speed by using OpenMP on the outer loop.  I&#039;ve not looked at your code in detail so don&#039;t know if it would be suitable (basically each loop iteration needs to be independent) but a quick demo is available on my blog

http://www.walkingrandomly.com/?p=1795

Cheers,
Mike]]></description>
		<content:encoded><![CDATA[<p>You might get more speed by using OpenMP on the outer loop.  I&#8217;ve not looked at your code in detail so don&#8217;t know if it would be suitable (basically each loop iteration needs to be independent) but a quick demo is available on my blog</p>
<p><a href="http://www.walkingrandomly.com/?p=1795" rel="nofollow">http://www.walkingrandomly.com/?p=1795</a></p>
<p>Cheers,<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>