Axel Kramer
Axel Kramer
Add basic Matlab file read/write support for double and boolean matrices. Use library: - https://github.com/HebiRobotics/MFL
The goal of this enhancement in the first step is to generate a decision tree from the existing pattern matching rules as Java source code. In the first step only...
For `ApfloatRuntimeException` based exceptions can we please have a `Localizable` interface to define all the exception messages? See the example in the Hipparchus repo: - https://github.com/Hipparchus-Math/hipparchus/blob/master/hipparchus-core/src/main/java/org/hipparchus/exception/LocalizedCoreFormats.java By comparing the `getSpecifier()`...
Use the diophantine solvers from this library: - https://github.com/Mangara/diophantine in the [`FindInstance`](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/doc/functions/FindInstance.md) function Enable: `ToggleFeature.SOLVE_DIOPHANTINE = true` to test the experimental implementation. @Mangara: maybe you can help verifying the implementation?
Use this library to implement `NSum` and improve `NIntegrate` - https://github.com/mike-gimelfarb/numerical-integration @mike-gimelfarb I did an initial implementation of your project in package `org.matheclipse.core.numerics` and used the `TanhSinh` quadrature to implement...
Did someone test a customized class data sharing (CDS) archive for faster startup-time? - https://docs.oracle.com/en/java/javase/21/vm/class-data-sharing.html#GUID-EC975B2E-B4AB-45B4-B91F-51C3A264D0CE
Use Apache ECharts for `ListPlot*` based value plotting - https://echarts.apache.org/en/index.html Set `ToggleFeature.JS_ECHARTS = true` to enable ECharts output
Follow-up for #1049 Can the `xchart` dependency be removed now? Or at least set to scope `test`? - https://github.com/chocoteam/choco-solver/blob/94af9a78ae9ebd1851d0f3f2c95a0609a2723238/solver/pom.xml#L45 I can find no reference for `StatisticsPanel`.
Is there an option to enable the "right mouse click" menu to "Save image as" for a JSXGraph board "image"? For example in Firefox it looks like this:  Or...
Main refactorings: - delete Maja `Complex` record - replace Maja `Complex` imports with imports of `org.hipparchus.complex.Complex` - rename `re()` method to `getReal()` method - rename `im()` method to `getImaginary()` method...