Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Sep 25, 2022
1 parent 6b984de commit 3f73490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lax/src/lib.rs
Expand Up @@ -59,7 +59,8 @@
//! there are several types of eigenvalue problem API
//!
//! - [eig] module for eigenvalue problem for general matrix.
//! - [Eigh_] trait provides methods for eigenvalue problem for symmetric/hermite matrix.
//! - [eigh] module for eigenvalue problem for symmetric/hermite matrix.
//! - [eigh_generalized] module for generalized eigenvalue problem for symmetric/hermite matrix.
//!
//! Singular Value Decomposition
//! -----------------------------
Expand Down

0 comments on commit 3f73490

Please sign in to comment.