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 7051631 commit 233ef5cCopy full SHA for 233ef5c
src/eigh.rs
@@ -63,7 +63,6 @@ where
63
type EigVal = Array1<A::Real>;
64
65
fn eigh_inplace(&mut self, uplo: UPLO) -> Result<(Self::EigVal, &mut Self)> {
66
- dbg!(&self);
67
let layout = self.square_layout()?;
68
// XXX Force layout to be Fortran (see #146)
69
match layout {
0 commit comments