Skip to content

Commit 726cd2f

Browse files
committed
Fix LAPACK names in eigh_generalized docs
1 parent a561e5a commit 726cd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lax/src/eigh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub trait Eigh_: Scalar {
1414
a: &mut [Self],
1515
) -> Result<Vec<Self::Real>>;
1616

17-
/// Wraps `*syegv` for real and `*heegv` for complex
17+
/// Wraps `*sygv` for real and `*hegv` for complex
1818
fn eigh_generalized(
1919
calc_eigenvec: bool,
2020
layout: MatrixLayout,

0 commit comments

Comments
 (0)