Skip to content

Commit

Permalink
fix imports for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogan03 committed Oct 8, 2023
1 parent 15ddf77 commit 72649d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sprs/src/sparse/linalg/bicgstab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
//!
//! # Example
//! ```rust
//! use sprs::{CsMatI, CsVecI};
//! use sprs::linalg::bicgstab::BiCGSTAB;
//!
//! let a = CsMatI::new_csc(
//! (4, 4),
//! vec![0, 2, 4, 6, 8],
Expand Down

0 comments on commit 72649d2

Please sign in to comment.