Skip to content

Commit

Permalink
export Linspace and Logspace iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-cm committed Jan 15, 2024
1 parent bd51166 commit 472664f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ mod iterators;
mod layout;
mod linalg_traits;
mod linspace;
pub use crate::linspace::{Linspace, linspace, range};
mod logspace;
pub use crate::logspace::{Logspace, logspace};
mod math_cell;
mod numeric_util;
mod order;
Expand Down

0 comments on commit 472664f

Please sign in to comment.