Skip to content

Commit 262a2c9

Browse files
committed
Make lax::flags module public
1 parent 9109a2f commit 262a2c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lax/src/flags.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Charactor flags, e.g. `'T'`, used in LAPACK API
2+
13
/// Upper/Lower specification for seveal usages
24
#[derive(Debug, Clone, Copy)]
35
#[repr(u8)]

lax/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ extern crate openblas_src as _src;
6969
extern crate netlib_src as _src;
7070

7171
pub mod error;
72+
pub mod flags;
7273
pub mod layout;
7374

7475
mod cholesky;
7576
mod eig;
7677
mod eigh;
77-
mod flags;
7878
mod least_squares;
7979
mod opnorm;
8080
mod qr;

0 commit comments

Comments
 (0)