xtensor-blas 0.20.0-2 source package in Ubuntu

Changelog

xtensor-blas (0.20.0-2) unstable; urgency=medium

  * Standards-Version: 4.6.1

 -- Drew Parsons <email address hidden>  Sat, 25 Jun 2022 10:27:23 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
xtensor-blas_0.20.0-2.dsc 2.4 KiB ca2aabfc4b6036653651fa22b20fe31910c4ae0596b5ea1b0fdf56429944347a
xtensor-blas_0.20.0.orig.tar.gz 3.3 MiB 272f5d99bb7511a616bfe41b13a000e63de46420f0b32a25fa4fb935b462c7ff
xtensor-blas_0.20.0-2.debian.tar.xz 5.9 KiB 655c1e8666e42b559e9f4ce5b93d98ff674ad5a1d3597832441fb066671fe99c

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.