Registry / utility / boost-ublas

boost-ublas

JSON →
library1.90.0vcpkgunverified

Boost ublas module provides basic linear algebra operations.

vcpkg install boost-ublas
INSTALL
IMPORT
SIG · BOOST-UBLAS
B
boost-ublas
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/numeric/ublas/matrix.hpp
#include <boost/numeric/ublas/matrix.hpp>

Basic usage of Boost.uBLAS

#include <boost/numeric/ublas/matrix.hpp> #include <iostream> int main() { boost::numeric::ublas::matrix<double> m(3, 3); m(0,0) = 1.0; std::cout << m(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
8
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-ublas — pip install boost-ublas · libregistry