Registry / other / xtensor

xtensor

JSON →
library0.27.1vcpkgunverified

C++ tensors with broadcasting and lazy computing

other
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.

#include <xtensor/xarray.hpp>

Create and print a 1D tensor

#include <xtensor/xarray.hpp> #include <iostream> int main() { xt::xarray<double> arr = {1.0, 2.0, 3.0}; std::cout << arr << std::endl; return 0; }
Debug
Known footguns
gotchaHeader-only library; no linking required but may have dependencies like xtl
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources

No resource links recorded.