Skip to content

Commit 8088bde

Browse files
committed
make matrix object public
1 parent 10cfb93 commit 8088bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod float;
1717
pub mod gamma;
1818
#[cfg(feature = "log")]
1919
pub mod log;
20-
mod matrix;
20+
pub mod matrix;
2121
mod mimic_rng;
2222
mod preprocessing;
2323
mod sampling;

0 commit comments

Comments
 (0)