r-cran-rlinsolve

Iterative Solvers for (Sparse) Linear System of Equations

Solving a system of linear equations is one of the most fundamental computational problems for many fields of mathematical studies, such as regression problems from statistics or numerical partial differential equations. Rlinsolve provides basic stationary iterative solvers such as Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods. Nonstationary, also known as Krylov subspace methods are also provided. Sparse matrix computation is also supported in that solving large and sparse linear systems can be manageable using Matrix package along with RcppArmadillo. For a more detailed description, see a book by Saad (2003), doi:10.1137/1.9780898718003.

qml-module-hfd

QML bindings for HFD Service

Human feedback device service is a Dbus activated service that manages human feedback devices such as LEDs and vibrators on mobile devices.

libgnuradio-analog3.10.1

gnuradio analog functions

Library for handling analog signal processing functions. These functions are also in gnuradio-core. Part of the main gnuradio build.

libgnuradio-fec3.10.1

gnuradio forward error correction support

Handle forward error correction processing in gnuradio. Implements the GNU Radio FEC API, supporting encoders and decoders for no-op dummmy, repetition, and convolutional classes. Part of the main gnuradio build.

hfd-service-tools

Tools to detect and configure devices

Human feedback device service is a Dbus activated service that manages human feedback devices such as LEDs and vibrators on mobile devices.

node-regenerator

Functional JavaScript transformator

node-regenerator implements a fully-functional source transformation that takes the syntax for generators/`yield` from ECMAScript 2015 or ES2015 and Asynchronous Iteration proposal and spits out efficient JS-of-today (ES5) that behaves the same way.