tntdb-postgresql5

PostgreSQL backend for tntdb database access library

This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools.

libtrilinos-anasazi-13.2

large-scale eigenvalue algorithms - runtime files

Anasazi is an extensible and interoperable framework for large-scale eigenvalue algorithms. The motivation for this framework is to provide a generic interface to a collection of algorithms for solving large-scale eigenvalue problems. Anasazi is interoperable because both the matrix and vectors (defining the eigenspace) are considered to be opaque objects -- only knowledge of the matrix and vectors via elementary operations is necessary.

libtrilinos-aztecoo-13.2

object-oriented interface to the Aztec solver - runtime files

AztecOO provides an object-oriented interface to the well-known Aztec solver library. Furthermore, it allows flexible construction of matrix and vector arguments via Epetra matrix and vector classes. Finally, AztecOO provide additional functionality not found in Aztec and any future enhancements to the Aztec package will be available only through the AztecOO interfaces.

libtrilinos-epetraext-13.2

extensions to the Epetra toolkit - runtime files

EpetraExt provides tools and functions that make it easier to work with Epetra.

clang-17

C, C++ and Objective-C compiler

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC).

python3-sedparse

GNU sed's parser translated from C to Python - library

sedparse is a translation from C to Python of GNU sed's parser for sed scripts.