Registry / other / ltla-cppirlba

ltla-cppirlba

JSON →
library3.0.1vcpkgunverified

A C++ port of the IRLBA algorithm, based on the C code in the R package.

vcpkg install ltla-cppirlba
INSTALL
IMPORT
SIG · LTLA-CPPIRLBA
L
ltla-cppirlba
othercppv3.0.1
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.

irlba/irlba.hpp
#include <irlba/irlba.hpp>

Compute truncated SVD using IRLBA

#include <irlba/irlba.hpp> #include <Eigen/Dense> #include <iostream> int main() { Eigen::MatrixXd A = Eigen::MatrixXd::Random(10, 5); auto result = irlba::irlba(A, 3); std::cout << "Singular values: " << result.singular_values.transpose() << "\n"; return 0; }
Debug
Known issues
gotchaRequires Eigen3
fix
Ensure vcpkg installs eigen3 alongside cppirlba
affects: *
Upgrade
Version history
3.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

ltla-cppirlba — pip install ltla-cppirlba · libregistry