Skip to content

Commit 4f004d7

Browse files
committed
Move mgs -> krylov/mgs
1 parent 55d0e8c commit 4f004d7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
File renamed without changes.

src/krylov/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod mgs;

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ pub mod eigh;
4444
pub mod error;
4545
pub mod generate;
4646
pub mod inner;
47+
pub mod krylov;
4748
pub mod lapack;
4849
pub mod layout;
49-
pub mod mgs;
5050
pub mod norm;
5151
pub mod operator;
5252
pub mod opnorm;
@@ -76,3 +76,5 @@ pub use svd::*;
7676
pub use trace::*;
7777
pub use triangular::*;
7878
pub use types::*;
79+
80+
pub use krylov::mgs;

0 commit comments

Comments
 (0)