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 4624ff2 commit e005ae1Copy full SHA for e005ae1
examples/tridiagonal.rs
@@ -27,8 +27,4 @@ fn factorize() -> Result<(), error::LinalgError> {
27
fn main() {
28
solve().unwrap();
29
factorize().unwrap();
30
- match arr2(&[[0.0]]).extract_tridiagonal() {
31
- Ok(_) => {}
32
- Err(err) => println!("{}", err),
33
- }
34
}
0 commit comments