Blog

Announcing NMath 5.3 and NMath Stats 3.6

by Ken Baldwin published on May 7th, 2013

CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries, NMath 5.3 and NMath Stats 3.6. This release adds many new features and performance enhancements. Version 5.3 of NMath adds: IEnumerable<T> support for matrix classes, facilitating their use with LINQ. An in-place solve option for LU factorization. Improved support for NMath configuration within ASP.NET web…

Share

keep reading...


NMath Charts in WPF

by Andy Gray published on March 5th, 2013

The NMathChart adapter class makes it easy to generate visualizations of NMath data in as little as one line of code.  The Chart class that is created is a Windows Forms control, but this control can be included in a Windows Presentation Foundation application by using the WindowsFormsHost element. To do so: Add references to…

Share

keep reading...


NMath 5.3, NMath Stats 3.6 are coming

by Andy Gray published on February 27th, 2013

NMath 5.3 and NMath Stats 3.6 are nearing release!  Here are a few of the things that you can look forward to in the new releases: IEnumerable<T> support for matrix classes, facilitating their use with LINQ. An in-place solve option for LU factorization. Improved support for NMath configuration within ASP.NET web applications. Matrix and vector…

Share

keep reading...


Building ASP.NET web applications with NMath

by Andy Gray published on February 21st, 2013

NMath can be used to create ASP.NET web applications, just like any other .NET application. However, there are a few additional considerations for building and deploying ASP.NET applications. Referencing NMath To use NMath types in your application, add a reference to NMath.dll, just as you would with other types of .NET applications. If you are…

Share

keep reading...


Setting the NMath License Key

by Ken Baldwin published on August 1st, 2012

NMath license information is stored in a license key which must be found at runtime. When you purchase one or more developer seats of NMath, you will be issued a license key describing the terms of your license. As described in a previous post, beginning with the release of NMath 5.2 and NMath Stats 3.5, NMath…

Share

keep reading...