Author: Ken Baldwin

NMath Upgrades Available

We're pleased to announce new versions of the NMath libraries - NMath 4.1, and NMath Stats 3.2. Added functionality includes... NMath Core Custom debug visualizers for matrix and vector classes. Improved performance on multi-core computers. and more... NMath Matrix General sparse matrix classes and factorizations Weighted least squares (WLS) by complete orthogonal (CO) decomposition...
Read More

NMath Visualizers

NMath debugger visualizers allow you to look at your data structures while you're debugging your code. Currently supported types are: Grid view DataFrame DoubleVector FloatVector DoubleComplexVector FloatComplexVector DoubleMatrix FloatMatrix DoubleComplexMatrix FloatComplexMatrix DoubleSymmetricMatrix FloatSymmetricMatrix DoubleCsrSparseMatrix Histogram Chart view BetaDistr...
Read More

MKL Memory Leak?

We recently heard from an NMath user: I am seeing a memory accumulation in my application (which uses NMath Core 2.5). From my memory profiler it looks like it could be an allocation in DotNetBlas.Product(), within the MKL dgemm() function. I understand that MKL is designed such that memory is not released until the application closes. However, as this application runs in new worker threads al...
Read More
Top