<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>NMath Archives - CenterSpace</title>
	<atom:link href="https://www.centerspace.net/tag/nmath/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/tag/nmath</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Tue, 07 Feb 2023 21:29:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">104092929</site>	<item>
		<title>NMath and X86</title>
		<link>https://www.centerspace.net/nmath-and-x86</link>
					<comments>https://www.centerspace.net/nmath-and-x86#respond</comments>
		
		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Sat, 19 Dec 2020 18:39:50 +0000</pubDate>
				<category><![CDATA[NMath]]></category>
		<guid isPermaLink="false">https://www.centerspace.net/?p=8149</guid>

					<description><![CDATA[<p>NMath customers are overwhelmingly developing with 64-bit packages, therefore CenterSpace has decided to drop support for 32-bit operating systems with the release of NMath 7.2. However, we will continue to support x86 versions of NMath for the foreseeable future and their packages will continue to be available from nuget. Release of NMath 7.2 NMath version [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-and-x86">NMath and X86</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>NMath </strong>customers are overwhelmingly developing with 64-bit packages, therefore CenterSpace has decided to drop support for 32-bit operating systems with the release of <strong>NMath </strong>7.2.  However, we will continue to support x86 versions of <strong>NMath </strong>for the foreseeable future and their packages will continue to be available from <a href="https://www.nuget.org/profiles/centerspace">nuget</a>.</p>



<h2>Release of NMath 7.2</h2>



<p><strong>NMath </strong>version 7.2 has been released and includes the following packages:</p>



<ul><li>CenterSpace.NMath.Standard.Windows.X64</li><li>CenterSpace.NMath.Standard.Linux.X64</li><li>CenterSpace.NMath.Standard.OSX.X64</li><li>CenterSpace.NMath.Charting.Framework.Windows.X64</li></ul>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-and-x86">NMath and X86</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/nmath-and-x86/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8149</post-id>	</item>
		<item>
		<title>NMath 7.0 &#038; the .NET Standard Library</title>
		<link>https://www.centerspace.net/nmath-on-net-standard-library</link>
					<comments>https://www.centerspace.net/nmath-on-net-standard-library#comments</comments>
		
		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Mon, 27 May 2019 17:43:14 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[NMath]]></category>
		<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[.NET Standard]]></category>
		<category><![CDATA[C# Math Libraries]]></category>
		<guid isPermaLink="false">https://www.centerspace.net/?p=7347</guid>

					<description><![CDATA[<p>In December, CenterSpace Software rolled out a major new release of NMath, version 7.0, built on the .NET Standard Library 2.0. The focus of this release has been to support the .NET Standard library, to further improve the ease of use of the NMath library, and to unify all CenterSpace libraries into one. CenterSpace now [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-on-net-standard-library">NMath 7.0 &#038; the .NET Standard Library</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In December, CenterSpace Software rolled out a major new release of <strong>NMath</strong>, version 7.0,<em> built on the .NET Standard Library 2.0</em>. The focus of this release has been to support the .NET Standard library, to further improve the ease of use of the <strong>NMath </strong>library, and to unify all CenterSpace libraries into one. CenterSpace now offers one unified, powerful, math library: <strong>NMath 7.0</strong>.</p>



<p>This version requires developers to be using at least .NET Core 2.0 or at least .NET Framework 4.6.1.  Adding support of .NET Core to <strong>NMath </strong>has been in the works for over a year and was done at the request of many of our active developers.</p>



<p>Future development work will concentrate on the .NET Standard based <strong>NMath 7.0</strong>. However, <strong>NMath 6.2</strong>, build on .NET 4.0, but not supporting the .NET Standard Library, will be available for years to come.</p>



<p>Below is a list of major changes released in NMath 7.0:</p>



<ul><li>32-bit support has been dropped. Demand has been waning for years for this. Dropping it has made usage simpler and easier.</li><li>GPU support has been dropped. As developers, we liked the automatic GPU offloading. However, the technical advantages have dissipated as multi-core processors have improved.  We believe that this is no longer compelling for a general math library.</li><li>NMath Stats has been merged into NMath. This is for ease of use for our users.</li><li>In summer of 2019, our pricing will be streamlined to reflect these changes. There will be one price for a perpetual NMath license and there will be one price for annual NMath maintenance which includes technical support and all upgrades available on NuGet. NMath Stats will no longer be sold separately.</li><li>We have merged the four NMath namespaces into one, <code>CenterSpace.NMath.Core</code>, to simplify development. Originally, CenterSpace had four NMath products and four namespaces, these namespaces <code>CenterSpace.NMath.Core,  CenterSpace.NMath.Matrix, CenterSpace.NMath.Stats,  CenterSpace.NMath.Analysis</code> reflect that history. We have left stubs so users won&#8217;t have any breaking changes.</li><li>We have dropped charting. The ecosystem is full of powerful visualization packages. We have only three main data structures in NMath, vectors, matrices and data frames, and all can be easily used with different charting packages.</li><li>Some of our optimizations use Microsoft Solver Foundation. If you use these, you&#8217;ll need to be on the .NET Framework track and not on the .NET Core track.</li><li>We have dropped the installers. The compelling ease of NuGet for our users has made these obsolete.</li></ul>



<hr class="wp-block-separator"/>



<p><a href="https://www.nuget.org/packages/CenterSpace.NMath.Standard.WindowsAndLinux.X64/">NMath 7.0 on Windows and Linux</a></p>



<p><a href="https://www.nuget.org/packages/CenterSpace.NMath.Standard.Windows.X64/">NMath 7.0 on Windows</a></p>



<p><a href="https://www.nuget.org/packages/CenterSpace.NMath.Standard.Linux.X64/">NMath 7.0 on Linux</a></p>



<p><a href="https://www.nuget.org/packages/CenterSpace.NMath.Standard.OSX.X64/">NMath 7.0 on OSX</a></p>



<p>Please try the new versions on NuGet. Feedback welcome as always.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-on-net-standard-library">NMath 7.0 &#038; the .NET Standard Library</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/nmath-on-net-standard-library/feed</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7347</post-id>	</item>
		<item>
		<title>Announcing NMath 6.2 and NMath Stats 4.2</title>
		<link>https://www.centerspace.net/announcing-nmath-6-2-and-nmath-stats-4-2</link>
					<comments>https://www.centerspace.net/announcing-nmath-6-2-and-nmath-stats-4-2#respond</comments>
		
		<dc:creator><![CDATA[Ken Baldwin]]></dc:creator>
		<pubDate>Mon, 07 Mar 2016 17:20:23 +0000</pubDate>
				<category><![CDATA[NMath]]></category>
		<category><![CDATA[NMath Premium]]></category>
		<category><![CDATA[NMath Stats]]></category>
		<category><![CDATA[C# Math Libraries]]></category>
		<category><![CDATA[C# NMath]]></category>
		<category><![CDATA[centerspace news]]></category>
		<category><![CDATA[VB NMath]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/?p=6938</guid>

					<description><![CDATA[<p>Centerspace Software is pleased to announce new versions of the NMath libraries - NMath 6.2, and NMath Stats 4.2.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/announcing-nmath-6-2-and-nmath-stats-4-2">Announcing NMath 6.2 and NMath Stats 4.2</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We&#8217;re pleased to announce new versions of the NMath libraries &#8211; NMath 6.2 and NMath Stats 4.2.</p>
<p>Added functionality includes:</p>
<ul>
<li>Upgraded to Intel MKL 11.3 Update 2 with resulting performance increases.</li>
<li>Updated NMath Premium GPU code to CUDA 7.5.</li>
<li>Added classes for performing <a href="/wavelet-transforms/">Discrete Wavelet Transforms (DWTs)</a> using most common wavelet families, including Harr, Daubechies, Symlet, Best Localized, and Coiflet.</li>
<li>Added classes for solving stiff ordinary differential equations. The algorithm uses higher order methods and smaller step size when the solution varies rapidly.</li>
<li>Added classes for performing two-way ANOVA with unbalanced designs.</li>
<li>Added classes for performing Partial Least Squares Discriminant Analysis (PLS-DA), a variant of PLS used when the response variable is categorical.</li>
</ul>
<p>For more complete changelogs, see:</p>
<ul>
<li><a href="/doc/NMath/changelog.txt">NMath changelog</a></li>
<li>NMath Stats changelog</li>
</ul>
<p>Upgrades are provided free of charge to customers with current annual maintenance contracts. To request an upgrade, please visit our <a href="/upgrades/">upgrade page</a>, or contact <a href="mailto:sales@centerspace.net">sales@centerspace.net</a>. Maintenance contracts are available through our <a href="/order/">webstore</a>.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/announcing-nmath-6-2-and-nmath-stats-4-2">Announcing NMath 6.2 and NMath Stats 4.2</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/announcing-nmath-6-2-and-nmath-stats-4-2/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6938</post-id>	</item>
		<item>
		<title>New Version of NMath Available</title>
		<link>https://www.centerspace.net/new-version-of-nmath-available</link>
					<comments>https://www.centerspace.net/new-version-of-nmath-available#comments</comments>
		
		<dc:creator><![CDATA[Ken Baldwin]]></dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:26:27 +0000</pubDate>
				<category><![CDATA[NMath]]></category>
		<category><![CDATA[.NET math library]]></category>
		<category><![CDATA[.NET matrix library]]></category>
		<category><![CDATA[C# math library]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=651</guid>

					<description><![CDATA[<p>We have a great new version of the CenterSpace products available. With this release, we are announcing a lot of great new functionality, as well as some packaging changes. NMath Core, NMath Matrix and NMath Analysis have been merged into one product &#8212; NMath. This will simplify inter-library dependencies. For backward compatibility, the namespaces will [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-version-of-nmath-available">New Version of NMath Available</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We have a great new version of the CenterSpace products available. With this release, we are announcing a lot of great new functionality, as well as some packaging changes.</p>
<p>NMath Core, NMath Matrix and NMath Analysis have been merged into one product &#8212; NMath. This will simplify inter-library dependencies. For backward compatibility, the namespaces will be unchanged. </p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-version-of-nmath-available">New Version of NMath Available</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/new-version-of-nmath-available/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">651</post-id>	</item>
	</channel>
</rss>
