<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: NMath Deployment	</title>
	<atom:link href="https://www.centerspace.net/nmath-deployment/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/nmath-deployment</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Tue, 07 Feb 2023 21:39:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: centerspace		</title>
		<link>https://www.centerspace.net/nmath-deployment#comment-631</link>

		<dc:creator><![CDATA[centerspace]]></dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=154#comment-631</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.centerspace.net/nmath-deployment#comment-626&quot;&gt;Joe Hendricks&lt;/a&gt;.

Right! We use Intel&#039;s Math Kernel Library (MKL) inside NMath in order to take advantage of native, optimized code. In this way, we get extremely good performance, utilizing all cores. We chose to statically link the MKL libraries from within a CLI C++ kernel layer, which creates the dependency on VC++ 9.0.

In the future, we will likely also offer a C# kernel that calls MKL DLLs using PInvoke, for situations where a CLI C++ compiler is not available, such as Linux (Mono) and WinCE, although at some loss of performance. In this case, of course, there would be no dependency on VC++.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.centerspace.net/nmath-deployment#comment-626">Joe Hendricks</a>.</p>
<p>Right! We use Intel&#8217;s Math Kernel Library (MKL) inside NMath in order to take advantage of native, optimized code. In this way, we get extremely good performance, utilizing all cores. We chose to statically link the MKL libraries from within a CLI C++ kernel layer, which creates the dependency on VC++ 9.0.</p>
<p>In the future, we will likely also offer a C# kernel that calls MKL DLLs using PInvoke, for situations where a CLI C++ compiler is not available, such as Linux (Mono) and WinCE, although at some loss of performance. In this case, of course, there would be no dependency on VC++.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe Hendricks		</title>
		<link>https://www.centerspace.net/nmath-deployment#comment-626</link>

		<dc:creator><![CDATA[Joe Hendricks]]></dc:creator>
		<pubDate>Wed, 08 Jul 2009 07:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=154#comment-626</guid>

					<description><![CDATA[I assume the dependency is to keep the product so blazing fast? 
:-)]]></description>
			<content:encoded><![CDATA[<p>I assume the dependency is to keep the product so blazing fast?<br />
🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
