Axect / Peroxide

Rust numeric library with R, MATLAB & Python syntax
https://crates.io/crates/peroxide
Apache License 2.0
509 stars 31 forks source link

CHGE: Add has_stopped to ODE trait #53

Closed tchamelot closed 1 year ago

tchamelot commented 1 year ago

This pull request answer the issue #52. The goal is to remove the print triggered by the stop condition in the ODE computation. They are replaced by the function has_stopped in the ODE trait which indicates if the computation has stopped earlier because of the stop condition.

Let me know if you want to change something.

Axect commented 1 year ago

Looks Good To Me. Thanks for the quick work!