views:

191

answers:

3

By numerics library I mean a library providing data types such as matrices, vectors, and common (numerical) linear algebra algorithms. Optionally FTT and statistical algorithms.

I'm primarily interested in ease of use, ideally getting much closer to Matlab in terms of expressiveness.

+1  A: 

You can use Matlab with .net (see here for example)

(this should get you close enough of the expressiveness of matlab :p)

Brann
A: 

I have trialed these libraries that are built purposefully for .NET.

http://www.extremeoptimization.com/

I needed to use the Linear Solver there and it took me very little time to get my head around it.

Tomas Pajonk
A: 

I'd also check out the CenterSpace .NET numerical libraries, NMATH.

http://www.centerspace.net/

They have a statistics package, linear algebra support (LAPACK), and now are coming out with support for FFT and convolution.

-Paul

Paul