Crates.io | gkquad |
lib.rs | gkquad |
version | 0.0.4 |
source | src |
created_at | 2020-02-09 07:46:45.273186 |
updated_at | 2020-02-28 04:17:47.369583 |
description | Numerical integration library for Rust |
homepage | https://github.com/Kogia-sima/gkquad-rs |
repository | https://github.com/Kogia-sima/gkquad-rs |
max_upload_size | |
id | 206585 |
size | 147,117 |
Numerical Integration Library for Rust
no_std
gkquad
depends on alloc crate, so you have to specify the global allocator in order to use gkquad
.
If you want to use this crate in no_std environment, you must disable the std
feature flag.
[dependencies.gkquad]
version = "0.0.4"
default-features = false
features = ["single"]
Here is the benchmark measured on the Intel Core(TM) i5 @ 1.60GHz (without turbo boost)
$ cargo bench
Running /tmp/gkquad-rs/target/release/deps/single-3b52efd7f739cf4b
running 3 tests
test infinite_range ... bench: 524 ns/iter (+/- 10)
test simple ... bench: 96 ns/iter (+/- 1)
test singular_points ... bench: 1,516 ns/iter (+/- 2)
test result: ok. 0 passed; 0 failed; 0 ignored; 3 measured
Source code can be found here.
👤 Kogia-sima
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Kogia-sima.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator