Skip to content

pullrequests Search Results · repo:RLado/rsparse language:Rust

Filter by

7 results
 (102 ms)

7 results

inRLado/rsparse (press backspace or delete to remove)

Mark functions returning Result as #[must_use], so that if the out variable is not mutated, the program is sure to do something about it. I realized that this case might be important if rsparse is used ...
  • Masterchef365
  • 1
  • Opened 
    on Mar 29, 2025
  • #13

Implemented generics for Sprs: Sprs f64 is now Sprs T where T can be any float type
  • RLado
  • Opened 
    on Mar 16, 2025
  • #12

For my use-case, I m not guaranteed to be provided a solvable matrix; instead of panicking inside rsparse when this happens, I want to be able to handle the error. This PR is a crude draft; all I did was ...
  • Masterchef365
  • 3
  • Opened 
    on Feb 16, 2025
  • #11

This pull request implements the lint suggestions given when running cargo clippy: - ➿ replaces loops by iterators (vector fills and some more complex loops) - ✍️ removes fn main {...} from docstrings ...
  • MothNik
  • 8
  • Opened 
    on Apr 8, 2024
  • #7

Also updated tests and documentation accordingly
  • RLado
  • Opened 
    on Jan 20, 2023
  • #2