-
This notebook by @kegl shows a nice example of how to use pyresample with xray:
https://www.lri.fr/~kegl/Ramps/edaElNino.html#Downsampling
It would nice to build a wrapper for this machinery directly…
-
Hi. I'm trying to score a (Chinese) text by a word-level N-gram model. To achieve this, I build a lattice to enumerate all possible word sequences. After that, I call `k2.intersect` to the lattice an…
-
Provides a constructor for tensor products of maps between free modules with basis.
Adds keyword arguments to covariant functorial constructions.
CC: @sagetrac-sage-combinat @nthiery @tscrim
Comp…
-
@klauso wrote:
> wouldn't it be nice to have a
> Racket-like #lang thing at the beginning of a file for the pts interpreter?
We've discussed this multiple times, but I couldn't find an issue for it…
-
## Background
Diamond lattices are created by creating fully stretched polymer chains between crosslinker particles. It is sometimes desirable to compact the hydrogel to reduce pore sizes. There is…
-
This is the first implementation of Ligozat's method of calculating the rational cuspidal subgroup of J_0(N). This is done by doing linear algebra in d(N)*d(N) matrices, which seems considerably fas…
-
-
Sage currently doesn't have much support for linear algebraic groups. This ticket is for creating some infrastructure for working with them, by starting with algebraic tori.
Sage does have support…
-
check cunit
-
Sometimes I want `IntMap` performance, but `Enum k` typing for more expressive source code.
This can be done with a heap of boilerplate code: https://gitlab.imn.htwk-leipzig.de/waldmann/pure-matchbox…