Skip to content

Commit 1db5de4

Browse files
committed
Fill document
1 parent 98bc788 commit 1db5de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/krylov/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub type Q<A> = Array2<A>;
2121
///
2222
pub type R<A> = Array2<A>;
2323

24+
/// Trait for creating orthogonal basis from iterator of arrays
2425
pub trait Orthogonalizer {
2526
type Elem: Scalar;
2627

0 commit comments

Comments
 (0)