Benjamin Desef
Benjamin Desef
If one navigates quickly through the slides (eg by using a hyperlink which points to a slide far away), it takes a moment until the slide is shown. In this...
I configure TeXstudio to restore my session after restarting. Now, suppose I selected some explicit root document (so, not automatic detection). Then, I restart TeXstudio. This root document is still...
This is a first draft for the ideas mentioned in #212
I would like to discuss your thoughts and possibilities to add more support for complex-valued variables to the polynomials. This was already partially mentioned in #11 (conjugation). In #116, it...
Several of the reported algorithms (`bicgstabl`, `gmres`) explicitly say that `A` be a "general, linear operator"; others (`idrs`) at least talk about a "nonsymmetric linear system". The only place where...
This is an extension of #53824 (therefore also fixing #52669), where details on the issue can be found (and, related to this, a different area where the issue shows, namely...
This is in conjuction with https://github.com/JuliaAlgebra/MultivariatePolynomials.jl/pull/213 and provides the DynamicPolynomials implementation of the complex-valued variable functionality.
The latest changes in https://github.com/JuliaAlgebra/DynamicPolynomials.jl/pull/121 are reflected here. - Macro for complex variables is now called `@complex_polyvar` - DP does not support partial substitutions, so disable the tests
Sometimes, it is convenient to create an empty polynomial system (for example, in my case the input polynomials are of two possible kinds, each will be assembled into a `PolynomialSystem`,...
A couple of days ago, I (thought I) had need of a stable in-place sorting algorithm and after some searching came up with BlitSort (which, despite its complexity, appears to...