Skip to content

Commit

Permalink
feat: upgrade files
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 27, 2024
1 parent 2e9c96b commit e2bb0eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions stochastic-rs-quant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.38"
derive_builder = "0.20.1"
levenberg-marquardt = "0.14.0"
mimalloc = { version = "0.1.43", optional = true }
num-complex = "0.4.6"
quadrature = "0.1.2"
Expand Down
1 change: 1 addition & 0 deletions stochastic-rs-quant/src/calibration.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod heston;
1 change: 1 addition & 0 deletions stochastic-rs-quant/src/calibration/heston.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions stochastic-rs-quant/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::mem::ManuallyDrop;

pub mod calibration;
pub mod pricing;

#[cfg(feature = "mimalloc")]
Expand Down

0 comments on commit e2bb0eb

Please sign in to comment.