cubature-sys

Crates.iocubature-sys
lib.rscubature-sys
version1.0.5
created_at2024-12-24 23:36:57.330026+00
updated_at2024-12-25 12:26:25.324161+00
descriptionBindings for cubature with support for Linux, macOS, and Windows.
homepage
repositoryhttps://github.com/dankoschier/cubature-sys.git
max_upload_size
id1494426
size2,677,496
Dan Koschier (dankoschier)

documentation

README

Cubature bindings for Rust

This is a *-sys crate to make the cubature package for adaptive multidimensional integration (cubature) of vector-valued integrands over hypercubes, written by Steven G. Johnson, available.

Contributing

This repo uses git submodules. Make sure you clone with

git clone --recursive

or instead run:

git submodule update --init

Unless the library location is specified using CUBATURE_INCLUDE_DIR and CUBATURE_LIB_DIR the library needs to be built from source. Building from source requires to have cmake installed.

Commit count: 0

cargo fmt