Axel Kramer

Results 73 issues of Axel Kramer

Add basic Matlab file read/write support for double and boolean matrices. Use library: - https://github.com/HebiRobotics/MFL

enhancement

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...

enhancement

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?

enhancement

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...

enhancement

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

enhancement

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: ![image](https://github.com/user-attachments/assets/06038273-92b4-488a-b311-342585cbdf39) 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...