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 eaec8e9 commit 25703b8Copy full SHA for 25703b8
ndarray-linalg/Cargo.toml
@@ -30,6 +30,7 @@ intel-mkl-system = ["lax/intel-mkl-system"]
30
31
[dependencies]
32
cauchy = "0.4.0"
33
+katexit = "0.1.2"
34
num-complex = "0.4.0"
35
num-traits = "0.2.14"
36
rand = "0.8.3"
ndarray-linalg/src/eig.rs
@@ -5,6 +5,7 @@ use crate::layout::*;
5
use crate::types::*;
6
use ndarray::*;
7
8
+#[cfg_attr(doc, katexit::katexit)]
9
/// Eigenvalue decomposition of general matrix reference
10
pub trait Eig {
11
/// EigVec is the right eivenvector
0 commit comments