liblfunction1
library for calculating with L-functions
liblfunction is a library for computing zeros and values of L-functions.
Supported L-functions include the Riemann zeta function, the
L-function of the Ramanujan delta function, and L-functions
of elliptic curves defined over the rationals.
libgo21
Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
r-bioc-edaseq
GNU R exploratory data analysis and normalization for RNA-Seq
Numerical and graphical summaries of RNA-Seq read data.
Within-lane normalization procedures to adjust for GC-content
effect (or other gene-level effects) on read counts: loess
robust local regression, global-scaling, and full-quantile
normalization (Risso et al., 2011). Between-lane normalization
procedures to adjust for distributional differences between
lanes (e.g., sequencing depth): global-scaling and
full-quantile normalization (Bullard et al., 2010).
lib32ubsan1
UBSan -- undefined behaviour sanitizer (32bit)
UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.
inetutils-telnetd
telnet server
The telnetd program is a server which supports the DARPA telnet
interactive communication protocol.
python3-einops
Flexible and powerful tensor operations for readable code
einops stands for Einstein-Inspired Notation for operations (though "Einstein
operations" is more attractive and easier to remember). Notation was loosely
inspired by Einstein summation (in particular by numpy.einsum operation).