debugging

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