Registry / utility / boost-multi-array

boost-multi-array

JSON →
library1.90.0vcpkgunverified

Boost multi_array module provides a multidimensional array container with flexible storage and indexing.

vcpkg install boost-multi-array
INSTALL
IMPORT
SIG · BOOST-MULTI-ARRAY
B
boost-multi-array
utilitycppv1.90.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.

boost/multi_array.hpp
#include <boost/multi_array.hpp>

Create and use a 2D multi_array

#include <boost/multi_array.hpp> #include <iostream> int main() { boost::multi_array<double, 2> arr(boost::extents[3][4]); arr[0][0] = 3.14; std::cout << arr[0][0] << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

boost-multi-array — pip install boost-multi-array · libregistry