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 da97d38 commit f0b2c86Copy full SHA for f0b2c86
lax/src/lib.rs
@@ -212,7 +212,7 @@ macro_rules! impl_lapack {
212
fn householder(l: MatrixLayout, a: &mut [Self]) -> Result<Vec<Self>> {
213
use qr::*;
214
let work = HouseholderWork::<$s>::new(l)?;
215
- Ok(work.eval(a)?)
+ work.eval(a)
216
}
217
218
fn q(l: MatrixLayout, a: &mut [Self], tau: &[Self]) -> Result<()> {
0 commit comments