2 stable releases
1.0.5 | Dec 25, 2024 |
---|---|
1.0.4 | Dec 24, 2024 |
#471 in Math
336 downloads per month
1MB
1.5K
SLoC
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.