Skip to content

Commit 25703b8

Browse files
committed
Add katexit for ndarray-linalg
1 parent eaec8e9 commit 25703b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ndarray-linalg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ intel-mkl-system = ["lax/intel-mkl-system"]
3030

3131
[dependencies]
3232
cauchy = "0.4.0"
33+
katexit = "0.1.2"
3334
num-complex = "0.4.0"
3435
num-traits = "0.2.14"
3536
rand = "0.8.3"

ndarray-linalg/src/eig.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use crate::layout::*;
55
use crate::types::*;
66
use ndarray::*;
77

8+
#[cfg_attr(doc, katexit::katexit)]
89
/// Eigenvalue decomposition of general matrix reference
910
pub trait Eig {
1011
/// EigVec is the right eivenvector

0 commit comments

Comments
 (0)