Skip to content

Commit 4fde592

Browse files
committed
Add docs
1 parent 30e68b7 commit 4fde592

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/impls/cholesky.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Implements cholesky decomposition
12
23
use lapack::c::*;
34
use error::LapackError;

src/impls/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
//! Implement trait bindings of LAPACK
22
pub mod outer;
33
pub mod qr;
44
pub mod svd;

0 commit comments

Comments
 (0)