File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " single_algebra"
3- version = " 0.3.0-alpha.0 "
3+ version = " 0.3.0-alpha.1 "
44edition = " 2021"
55license-file = " LICENSE.md"
66description = " A linear algebra convenience library for the single-rust library. Can be used externally as well."
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ mod sparse;
33
44mod sparse_masked;
55
6- use single_svdlib:: randomized:: PowerIterationNormalizer ;
76pub use sparse:: SparsePCA ;
87pub use sparse:: SparsePCABuilder ;
98pub use sparse_masked:: MaskedSparsePCA ;
109pub use sparse_masked:: MaskedSparsePCABuilder ;
11-
10+ pub use single_svdlib :: randomized :: PowerIterationNormalizer ;
1211
1312#[ derive( Debug , Clone , Copy , PartialEq ) ]
1413pub enum SVDMethod {
You can’t perform that action at this time.
0 commit comments