blaspp 2024.05.31-1 source package in Ubuntu

Changelog

blaspp (2024.05.31-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Banck <email address hidden>  Sun, 30 Jun 2024 16:00:55 +0200

Upload details

Uploaded by:
Debichem Team
Uploaded to:
Sid
Original maintainer:
Debichem Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
blaspp_2024.05.31-1.dsc 1.9 KiB 7a84ff333c3177bd96567da1458c7c8b75514ae4b9820d77bde4859553527f4e
blaspp_2024.05.31.orig.tar.gz 228.1 KiB fa9368c46c067ac9d4ea4439d58af4b3a18ca85d8765031cf9e887b78e4c982b
blaspp_2024.05.31-1.debian.tar.xz 2.7 KiB 7b4d18e089bc484b5a05d442e53b7e12d41aac53d9b4448832dbb965f8667f93

Available diffs

No changes file available.

Binary packages built by this source

libblaspp-dev: C++ API for the Basic Linear Algebra Subroutines (development files)

 The Basic Linear Algebra Subprograms (BLAS) have been around for many decades
 and serve as the de facto standard for performance-portable and numerically
 robust implementation of essential linear algebra functionality. Originally,
 they were written in Fortran, and later furnished with a C API (CBLAS).
 .
 The objective of BLAS++ is to provide a convenient, performance oriented API
 for development in the C++ language, that, for the most part, preserves
 established conventions, while, at the same time, takes advantages of modern
 C++ features, such as: namespaces, templates, exceptions, etc.
 .
 This package contains the static libraries and the header files.