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 29c848c commit 5824df1Copy full SHA for 5824df1
lax/src/lib.rs
@@ -6,8 +6,8 @@
6
//! This crates provides LAPACK wrapper as a traits.
7
//! For example, LU decomposition of general matrices is provided like:
8
//!
9
-//! ```
10
-//! pub trait Lapack{
+//! ```ignore
+//! pub trait Lapack {
11
//! fn lu(l: MatrixLayout, a: &mut [Self]) -> Result<Pivot>;
12
//! }
13
//! ```
0 commit comments