php7.4-yaml

YAML-1.1 parser and emitter for PHP

PHP extension adding support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library.

php7.4-zmq

ZeroMQ messaging bindings for PHP

ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.

libcusparse12

NVIDIA cuSPARSE Library

The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation.

libnppial12

NVIDIA Performance Primitives lib for Image Arithmetic and Logic

NVIDIA NPP is a library of functions for performing CUDA accelerated processing.

python3-mystic

Constrained nonlinear optimization

The mystic framework provides a collection of optimization algorithms and tools that allows the user to more robustly (and easily) solve hard optimization problems for machine learning, uncertainty quantification and AI. mystic gives the user fine-grained power to both monitor and steer optimizations as the fit processes are running. Users can customize optimizer stop conditions, where both compound and user-provided conditions may be used. Optimizers can save state, can be reconfigured dynamically, and can be restarted from a saved solver or from a results file. All solvers can also leverage parallel computing, either within each iteration or as an ensemble of solvers.

python3-django-pgschemas

Django multi-tenancy using PostgreSQL schemas (Python3 version)

This app uses PostgreSQL schemas to support data multi-tenancy in a single Django project. It is a fork of django-tenants with some conceptual changes: