Registry / utility / consteig

consteig

JSON →
library1.1.2vcpkgunverified

Header-only C++17 constexpr library for compile-time eigenvalue and eigenvector computation

vcpkg install consteig
INSTALL
IMPORT
SIG · CONSTEIG
C
consteig
utilitycppv1.1.2
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.

consteig/consteig.hpp
#include <consteig/consteig.hpp>

Compute eigenvalues of a 2x2 matrix at compile time

#include <consteig/consteig.hpp> #include <iostream> int main() { constexpr auto eigen = consteig::compute<2>({{4.0, 1.0}, {1.0, 3.0}}); std::cout << "Eigenvalues: " << eigen.values[0] << ", " << eigen.values[1] << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

consteig — pip install consteig · libregistry