Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lax/src/eig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ impl_eig_work_r!(f64, lapack_sys::dgeev_);
///
/// In the C-layout case, we need the conjugates of the left
/// eigenvectors, so the signs should be reversed.
fn reconstruct_eigenvectors<T: Scalar>(
pub(crate) fn reconstruct_eigenvectors<T: Scalar>(
take_hermite_conjugate: bool,
eig_im: &[T],
vr: &[T],
Expand Down
Loading
Loading