Skip to content

Commit 81fae81

Browse files
johann-cmNil Goyette
authored andcommitted
export Linspace and Logspace iterators
1 parent 5b931a9 commit 81fae81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ mod iterators;
192192
mod layout;
193193
mod linalg_traits;
194194
mod linspace;
195+
pub use crate::linspace::{Linspace, linspace, range};
195196
mod logspace;
197+
pub use crate::logspace::{Logspace, logspace};
196198
mod math_cell;
197199
mod numeric_util;
198200
mod order;

0 commit comments

Comments
 (0)