Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
export Linspace and Logspace iterators
  • Loading branch information
johann-cm committed Jan 15, 2024
commit 472664f89da6266484f7e7379a50fa36b215593f
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