New Post: Problem using Native Linear Algebra Provider
In the MKL provider output directory, there should also be libiomp5md.dll (the Intel openmp rumtime). That also needs to be copied to the same directory as your executable. I find it useful to add both...
View ArticleNew Post: Problem using Native Linear Algebra Provider
Thanks very much for the quick replies! Sorry I should have mentioned that I'm also copying the libiomp5md.dll file along with the MathNET.Numerics.MKL.dll file, and I'm running 2.3 right now,...
View ArticleNew Post: Problem using Native Linear Algebra Provider
In your project, click add existing item and then select the two DLLs. Then select those two items in the solution explorer and click properties. From there set copy to always. But I wonder if the...
View ArticleNew Post: Problem using Native Linear Algebra Provider
But you are building it yourself so the runtime probably isn't the problem.
View ArticleNew Post: Problem using Native Linear Algebra Provider
I just checked the MKL provider DLL with dependency walker (http://www.dependencywalker.com/) and it only shows libiomp5md.dll and kernel32.dll as dependencies (as expected). If both your executable...
View ArticleNew Post: Problem using Native Linear Algebra Provider
That did the trick - for some reason VS didn't like the DLLs unless it put them there itself. Adding them manually to the project and selecting copy always worked on my test project and looks like it's...
View ArticleCreated Issue: Control.ParallelizeOperation BUG [5723]
There is a potential bug in the method:`MathNet.Numerics.Control.ParallelizeOperation(int elements)`This method should return true if the operation should be parallelized; and false otherwise. Instead,...
View ArticleNew Post: Inverse of StudentT distribution
Hi, I'm just wondering if there are any plans to add that function? I'm currently using the code that I ported to C# from the C port of the cephes library, so using Math.Net would be more convenient. I...
View ArticleCommented Issue: Control.ParallelizeOperation BUG [5723]
There is a potential bug in the method:`MathNet.Numerics.Control.ParallelizeOperation(int elements)`This method should return true if the operation should be parallelized; and false otherwise. Instead,...
View ArticleClosed Issue: Control.ParallelizeOperation BUG [5723]
There is a potential bug in the method:`MathNet.Numerics.Control.ParallelizeOperation(int elements)`This method should return true if the operation should be parallelized; and false otherwise. Instead,...
View ArticleNew Post: Maxima and Saddle Points
How would I use Math.NET numerics to find local and global maxima and/or saddle points?
View ArticleCreated Issue: (minor) Documentation fix [5724]
Hi,On http://numerics.mathdotnet.com/api/MathNet.Numerics.Integration/Integrate.htm , the method descriptions (both) say :Approximation of the definite interval of an analytic smooth function on a...
View ArticleNew Post: Is there a DataVisualiser for matrices in the project?
Here's my debugger visualizer for sparse matrices: MatrixDebuggerVisualizer.zip
View ArticleNew Post: Is there a DataVisualiser for matrices in the project?
I found this issue: Add matrix/vector debug visualizers So I think you can add this info and vote?
View ArticleSource code checked in, #6a085491ef53
LA: Vector.Negate should implement common pattern
View ArticleSource code checked in, #2df2f0cb839e
LA: Sparse complex DoConjugate should not call base.Conjugate
View ArticleSource code checked in, #2cb8a2a0a78f
LA: Matrix group operators together, some eol whitespaces fixes
View ArticleSource code checked in, #5d4c296a74c2
LA: Result should be called 'result' not 'target'
View ArticleSource code checked in, #b215abc89002
LA: Obsolete Vector.Plus, drop some redundant operator overloads
View Article