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.
lax::flags
1 parent 9109a2f commit 262a2c9Copy full SHA for 262a2c9
lax/src/flags.rs
@@ -1,3 +1,5 @@
1
+//! Charactor flags, e.g. `'T'`, used in LAPACK API
2
+
3
/// Upper/Lower specification for seveal usages
4
#[derive(Debug, Clone, Copy)]
5
#[repr(u8)]
lax/src/lib.rs
@@ -69,12 +69,12 @@ extern crate openblas_src as _src;
69
extern crate netlib_src as _src;
70
71
pub mod error;
72
+pub mod flags;
73
pub mod layout;
74
75
mod cholesky;
76
mod eig;
77
mod eigh;
-mod flags;
78
mod least_squares;
79
mod opnorm;
80
mod qr;
0 commit comments