Author: Trevor Misfeldt

Porting Excel to .NET

In previous blog posts, we demonstrated calling NMath from within Excel (C#, Visual Basic). Another common use case is replacing an Excel spreadsheet with an equivalent .NET application. Today, we are releasing .NET code to make this task much easier. We have created a library of Excel extensions for NMath that work just like the built-in Excel mathematical and statistical functions. They work wi...
Read More

NMath Tutorial videos

We are proud to announce a series of NMath tutorial videos on how to use CenterSpace's math library products. We are starting, naturally, with Getting Started with NMath. https://www.youtube.com/watch?v=0DczJpmyE10 You can download it here: MP4 Please let us know which topics you want us to cover. Email support@centerspace.net Cheers, Trevor
Read More

NMath Charts in WPF

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 these namespaces: System.Windows.Forms System.Windows.Forms.Integrat...
Read More

NMath 5.3, NMath Stats 3.6 are coming

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 visualizers for debugging in ...
Read More
Top