CMD + K

blaspp

Community

C++ API for the Basic Linear Algebra Subroutines

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::blaspp

Usage Tracking

2022.05.00
2021.04.01
2020.10.02
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

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. BLAS++ is part of the SLATE project (Software for Linear Algebra Targeting Exascale), which is funded by the Department of Energy as part of its Exascale Computing Initiative (ECP). Closely related to BLAS++ is the LAPACK++ project, which provides a C++ API for LAPACK.

About

Summary

C++ API for the Basic Linear Algebra Subroutines

Last Updated

Aug 5, 2022 at 01:10

License

BSD-3-Clause

Total Downloads

51.9K

Supported Platforms

linux-ppc64le
macOS-arm64
linux-64
linux-aarch64
macOS-64
win-64