-
Hello :)
I've seen this old thread on discourse https://discourse.julialang.org/t/warm-start-mosek-in-a-linear-polynomial-optimization-problem/90478 and since there wasn't an open issue I obliged.
…
-
This issue is motivated by a discussion which was opened in TaylorSeries, see https://github.com/JuliaDiff/TaylorSeries.jl/issues/288
Quoting @jonniedie:
>I have a rational polynomial function G…
-
For example : matrix a=[ x 1 1; 1 x 1; 1 1 x]; det(a)
-
See https://github.com/symengine/symengine/pull/875#discussion_r56742454
-
Hi @whoenig
In response to: https://github.com/whoenig/uav_trajectories/issues/1#issuecomment-490585547
It took me a while to understand, but I realize my approach was wrong
Because even in …
-
# Discrete Calculus
[https://mrmineev.com/articles/discrete-calculus/discrete_calculus.html](https://mrmineev.com/articles/discrete-calculus/discrete_calculus.html)
-
Compiling fails with:
> In file included from /export/home/darndt/polynomialspace/tests/integrate.cc:10:
/export/home/darndt/polynomialspace/tests/../include/polynomial.h:8:26: error: template arg…
-
```
sage: R. = PolynomialRing(Integers(101), implementation='NTL')
sage: 1/x
---------------------------------------------------------------------------
NotImplementedError Tr…
-
When I test Octave functions, the coverage report works well. but if I test classes (both with the old '@' syntax or the newer classdef) the tests run successfully but the report is empty:
```xml
…
-
Just installed and waited 10 min to install all dependent packages. Is it the minimum number of dependencies needed? Then I got an error at the end: 😩
220 dependencies successfully precompiled in 1…