<?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: Large matrices and vectors	</title>
	<atom:link href="https://www.centerspace.net/large-matrices-and-vectors/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/large-matrices-and-vectors</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Wed, 08 Jun 2016 17:04:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: Trevor		</title>
		<link>https://www.centerspace.net/large-matrices-and-vectors#comment-5268</link>

		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Mon, 21 Jan 2013 23:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=221#comment-5268</guid>

					<description><![CDATA[NMath assemblies built against .NET 4.5 are available upon request. Contact support AT centerspace.net.

- Trevor
CEO, CenterSpace Software]]></description>
			<content:encoded><![CDATA[<p>NMath assemblies built against .NET 4.5 are available upon request. Contact support AT centerspace.net.</p>
<p>&#8211; Trevor<br />
CEO, CenterSpace Software</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Trevor Misfeldt		</title>
		<link>https://www.centerspace.net/large-matrices-and-vectors#comment-4094</link>

		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 03:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=221#comment-4094</guid>

					<description><![CDATA[It&#039;s certainly a very frustrating .NET limitation. Microsoft, in general, still seems unaware of the seriousness of the issue. I believe that they feel that no one would ever create such a large object. The technical computing guys get it but they can&#039;t promise a fix. It could be years, unfortunately.

Internally, we have gotten around this problem by creating memory on the native heap inside our data structures.  We have created a custom LU factorization for a customer and underlying matrix, vector. All were long indices with native data arrays. It all worked flawlessly. 

We hope to have a version of the product in the future that uses the native heap. Stay tuned.

- Trevor]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s certainly a very frustrating .NET limitation. Microsoft, in general, still seems unaware of the seriousness of the issue. I believe that they feel that no one would ever create such a large object. The technical computing guys get it but they can&#8217;t promise a fix. It could be years, unfortunately.</p>
<p>Internally, we have gotten around this problem by creating memory on the native heap inside our data structures.  We have created a custom LU factorization for a customer and underlying matrix, vector. All were long indices with native data arrays. It all worked flawlessly. </p>
<p>We hope to have a version of the product in the future that uses the native heap. Stay tuned.</p>
<p>&#8211; Trevor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kurt Gramoll		</title>
		<link>https://www.centerspace.net/large-matrices-and-vectors#comment-4073</link>

		<dc:creator><![CDATA[Kurt Gramoll]]></dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=221#comment-4073</guid>

					<description><![CDATA[Trevor,
Any furhter update on this? 2GB limit on 64-bit systems is restricting. Large engineering simulations can easily have 100,000+ equations. Thanks.
Kurt]]></description>
			<content:encoded><![CDATA[<p>Trevor,<br />
Any furhter update on this? 2GB limit on 64-bit systems is restricting. Large engineering simulations can easily have 100,000+ equations. Thanks.<br />
Kurt</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
