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 28f79ef commit af1002aCopy full SHA for af1002a
src/lapack_traits/opnorm.rs
@@ -6,7 +6,7 @@ use lapack::c::Layout::ColumnMajor as cm;
6
use layout::MatrixLayout;
7
use types::*;
8
9
-use super::NormType;
+pub use super::NormType;
10
11
pub trait OperatorNorm_: AssociatedReal {
12
unsafe fn opnorm(NormType, MatrixLayout, &[Self]) -> Self::Real;
0 commit comments