Crates.io | conflux |
lib.rs | conflux |
version | 0.1.2 |
source | src |
created_at | 2021-10-15 13:39:08.562982 |
updated_at | 2021-10-27 15:18:03.590894 |
description | Fixed-point optimization in rust |
homepage | |
repository | https://github.com/cgubbin/conflux |
max_upload_size | |
id | 465487 |
size | 76,535 |
conflux is a toolbox for solving fixed point iteration problems, common in computational physics, written in Rust.
Simply add the following to your Cargo.toml
[Dependencies]
conflux = "0.1.0"
Licensed under an MIT License (http://opensource.org/licenses/MIT)