blaspp 2023.11.05-1 source package in Ubuntu

Changelog

blaspp (2023.11.05-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Banck <email address hidden>  Sat, 02 Dec 2023 18:20:58 +0100

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
blaspp_2023.11.05-1.dsc 1.9 KiB 1c4ec54762bf16537b3b7ed485ffbaca0e321087c02c350168aeac3ac207d1ae
blaspp_2023.11.05.orig.tar.gz 221.1 KiB a25b155d7be158f2315a453625711c6b7ab6bac2531d7944a329189d5ccd9c50
blaspp_2023.11.05-1.debian.tar.xz 2.7 KiB d941d6219ac49f92e909dc6c0ccff578a5f9d2076ad8117f0e7d66827b387190

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.