Registry / utility / linalg

linalg

JSON →
library2.2vcpkgunverified

linalg.h is a single header public domain linear algebra library for C++11

vcpkg install linalg
INSTALL
IMPORT
SIG · LINALG
L
linalg
utilitycppv2.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.

linalg.h
#include <linalg.h>

Computing vector length with linalg

#include <linalg.h> #include <iostream> int main() { linalg::float3 v = {1.0f, 2.0f, 3.0f}; float len = linalg::length(v); std::cout << "Length: " << len << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

linalg — pip install linalg · libregistry