xtensor-blas 0.21.0-1 source package in Ubuntu

Changelog

xtensor-blas (0.21.0-1) unstable; urgency=medium

  * New upstream release.
    - applies debian patches fix_sphinx_api.patch, test_native.patch
      relax_lapack_cholevsky_test_tolerance_PR212.patch

 -- Drew Parsons <email address hidden>  Sun, 18 Feb 2024 11:52:12 +0100

Upload details

Uploaded by:
Drew Parsons
Uploaded to:
Sid
Original maintainer:
Drew Parsons
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xtensor-blas_0.21.0-1.dsc 2.4 KiB 71c0486114d0a702461aa2bf8734a6a3279e214fc93375f86c54f7711a192b9e
xtensor-blas_0.21.0.orig.tar.gz 3.3 MiB 89ce6eceb47018f3b557945468502593e0bf0e5a816548aad8ac22247c8198b1
xtensor-blas_0.21.0-1.debian.tar.xz 5.2 KiB 4fc470219e038c28e066b3bf22764fdefe8e8151135b7282c7b7e0f8deff6f4d

Available diffs

No changes file available.

Binary packages built by this source

libxtensor-blas-dev: an extension to xtensor offering bindings to BLAS and LAPACK

 xtensor-blas is an extension to the header-only xtensor library,
 offering bindings to BLAS and LAPACK libraries through cxxblas and
 cxxlapack from the FLENS project.
 .
 xtensor-blas currently provides non-broadcasting dot, norm (1- and
 2-norm for vectors), inverse, solve, eig, cross, det, slogdet,
 matrix_rank, inv, cholesky, qr, svd in the xt::linalg namespace
 (check the corresponding xlinalg.hpp header for the function
 signatures). The functions, and signatures, are trying to be 1-to-1
 equivalent to NumPy. Low-level functions to interface with BLAS or
 LAPACK with xtensor containers are also offered in the blas and
 lapack namespace.

xtensor-blas-doc: documentation for xtensor-blas

 xtensor-blas is an extension to the header-only xtensor library,
 offering bindings to BLAS and LAPACK libraries through cxxblas and
 cxxlapack from the FLENS project.
 .
 xtensor-blas currently provides non-broadcasting dot, norm (1- and
 2-norm for vectors), inverse, solve, eig, cross, det, slogdet,
 matrix_rank, inv, cholesky, qr, svd in the xt::linalg namespace
 (check the corresponding xlinalg.hpp header for the function
 signatures). The functions, and signatures, are trying to be 1-to-1
 equivalent to NumPy. Low-level functions to interface with BLAS or
 LAPACK with xtensor containers are also offered in the blas and
 lapack namespace.
 .
 This package provides documentation for xtensor-blas.