Author: Trevor Misfeldt

Building ASP.NET web applications with NMath

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 using web projects in Visual Studio, you can simpl...
Read More

Large matrices and vectors

Customers frequently ask us the size of the largest matrix they can instantiate. With recent developments at Microsoft the maximum object size now significantly depends on your OS (x86 or x64) and the version of .NET your application is referencing. With .NET 4.5 huge matrices can be created that far exceed the current 2GByte limit. Pre .NET 4.5 Until 2012 all Microsoft 32-bit .NET process...
Read More

CenterSpace at University of Chicago

Trevor and Andy are at the University of Chicago today, speaking at the “Workshop on Functional Programming in Quantitative Finance” hosted by the Stevanovich Center for Financial Mathematics. We’ve already connected with many of our users in the Chicago area, but please come say hello to us at the conference! The F# example solutions that we worked with during the tutorial session can be downlo...
Read More

NMath Stats integration with Essential Chart

We previously released some free adapter code and a whitepaper detailing how to create visualizations of NMath data with Syncfusion’s Essential Chart. A follow-up whitepaper and adapter code extends these capabilities to NMath Stats.  This paper details how to: Use the NMathStatsChart adapter to create and customize Essential Chart ChartControl instances easily. Plot vectors, matrices, fu...
Read More

NMath and Silverlight

From time to time, we’re asked about the best way to use NMath to build Silverlight applications. Unfortunately, like so many answers in software development, the answer is: it depends. Silverlight is a great way to build line of business applications, but at its core, Silverlight runs within a sandboxed environment, typically within a browser, and usually within a networked intranet or Internet ...
Read More
Top