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 9bd1409 commit b1e0611Copy full SHA for b1e0611
src/eig.rs
@@ -1,4 +1,4 @@
1
-//! Eigenvalue decomposition for Hermite matrices
+//! Eigenvalue decomposition for non-symmetric square matrices
2
3
use ndarray::*;
4
use crate::error::*;
0 commit comments