NMath

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
Top