We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bc788 commit 1db5de4Copy full SHA for 1db5de4
src/krylov/mod.rs
@@ -21,6 +21,7 @@ pub type Q<A> = Array2<A>;
21
///
22
pub type R<A> = Array2<A>;
23
24
+/// Trait for creating orthogonal basis from iterator of arrays
25
pub trait Orthogonalizer {
26
type Elem: Scalar;
27
0 commit comments