Skip to content

Commit af1002a

Browse files
committed
Make pub lapack_traits::opnorm::NormType #90
1 parent 28f79ef commit af1002a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lapack_traits/opnorm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use lapack::c::Layout::ColumnMajor as cm;
66
use layout::MatrixLayout;
77
use types::*;
88

9-
use super::NormType;
9+
pub use super::NormType;
1010

1111
pub trait OperatorNorm_: AssociatedReal {
1212
unsafe fn opnorm(NormType, MatrixLayout, &[Self]) -> Self::Real;

0 commit comments

Comments
 (0)