liblinbox-1.6.3-0
Library for exact linear algebra - shared library
LinBox is a C++ template library for exact, high-performance
linear algebra computation with dense, sparse, and structured
matrices over the integers and over finite fields.
python3-instant
simple inlining of C/C++ code in Python 3
emmax
genetic mapping considering population structure
EMMAX is a statistical test for large scale human or model organism
association mapping accounting for the sample structure. In addition
to the computational efficiency obtained by EMMA algorithm, EMMAX takes
advantage of the fact that each locus explains only a small fraction of
complex traits, which allows one to avoid repetitive variance component
estimation procedure, resulting in a significant amount of increase in
computational time of association mapping using mixed model.
python3-codegen
extension to ast that allows AST -> Python code generation
The codegen module converts a abstract syntax tree (AST) back into Python
source code. This is useful for debugging purposes, especially when dealing
with custom ASTs not generated by Python itself.
libghc-convertible-prof
Typeclasses and instances for converting between types, GHC profiling package
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.