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 c12e7f1 commit c870f18Copy full SHA for c870f18
src/lapack/mod.rs
@@ -23,6 +23,7 @@ use super::types::*;
23
24
pub type Pivot = Vec<i32>;
25
26
+/// Trait for primitive types which implements LAPACK subroutines
27
pub trait Lapack: OperatorNorm_ + QR_ + SVD_ + Solve_ + Solveh_ + Cholesky_ + Eigh_ + Triangular_ {}
28
29
impl Lapack for f32 {}
0 commit comments