Registry / other / xtensor-blas

xtensor-blas

JSON →
library0.23.0vcpkgunverified

BLAS extension to xtensor

vcpkg install xtensor-blas
INSTALL
IMPORT
SIG · XTENSOR-BLAS
X
xtensor-blas
othercppv0.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xtensor-blas/xblas.hpp
#include <xtensor-blas/xblas.hpp>

Perform a matrix multiplication using BLAS

#include <xtensor-blas/xblas.hpp> #include <xtensor/xarray.hpp> int main() { xt::xarray<double> a = {{1,2},{3,4}}; auto result = xt::linalg::dot(a, a); return 0; }
Debug
Known issues
gotchaxtensor-blas requires a BLAS library (e.g., OpenBLAS, MKL) to be installed and linked.
fix
Install a BLAS library and ensure CMake finds it.
affects: *
Upgrade
Version history
0.23.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources

No resource links recorded.

xtensor-blas — pip install xtensor-blas · libregistry