-
We should check the categories of our lazy rings:
```
sage: L = LazyTaylorSeriesRing(QQ, "x, y") ; L in DiscreteValuationRings
True
sage: L in PrincipalIdealDomains
True
```
is wrong. It is not ev…
-
Use the `__typeinit__` mechanism introduced by #18330 to inherit `__cmp__` and `__richcmp__` even if those would not be inherited by default.
**Upstream patch added**: [https://github.com/cython/cy…
-
I am working on some problem where I would like to implement geodesic regression on Rotation manifolds (SO(n)). Following the [geodesic regression](https://manoptjl.org/stable/tutorials/GeodesicRegres…
-
The goal of this ticket is to enumerate integer vectors up to the action of a Permutation Group.
This will produced a Parent : infinite enumerated set whose element are integer vectors (as list of …
-
Example log: https://build.julialang.org/#/builders/65/builds/4081
-
Implement the backward rule for Sylvester insertion on binary trees, and make the dual graded graphs accessible.
Also allow for multiple edges in the dual graded graphs, implement shifted insertion…
-
Hi,
I was following the instructions from Cell Rank Basic Tutorials. When I tried to calculate the terminal states
> cr.tl.terminal_states(adata, cluster_key="clusters", weight_connectivities=0.2,…
-
Currently the key computation in SchurEliminator works it that there is an object that has the memory for the schur complement and we accumulate matrix blocks into this object.
These accumulations …
-
Set up the algebra to handle multiple bases; implemented the Kazhdan--Lusztig basis.
This is a follow up to ticket #7729.
See http://wiki.sagemath.org/HeckeAlgebras for some design discussion.
…
-
**Describe the problem**
I have followed the installation tutorial of Mediapipe on windows10 platform. My bazel version is 4.2.2 currently. Most solutions in Mediapipe could be built and executed smo…