Registry / utility / openturns

openturns

JSON →
library1.25.1vcpkgunverified

OpenTURNS is a scientific C++ and Python library featuring an internal data model and algorithms dedicated to the treatment of uncertainties.

vcpkg install openturns
INSTALL
IMPORT
SIG · OPENTURNS
O
openturns
utilitycppv1.25.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.

openturns/OT.hxx
#include <openturns/OT.hxx>

Create a standard normal distribution and print its mean

#include <openturns/OT.hxx> #include <iostream> int main() { OT::Normal distribution(0.0, 1.0); std::cout << "Mean: " << distribution.getMean()[0] << std::endl; return 0; }
Debug
Known issues
gotchaLarge library with many dependencies; may require significant build time
fix
Use prebuilt binaries or enable only needed modules
affects: *
Upgrade
Version history
1.25.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
4
Meta
2
Amazon
1
Resources

No resource links recorded.

openturns — pip install openturns · libregistry