Skip to content

Commit

Permalink
Minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RLado committed Apr 12, 2024
1 parent efd766b commit fc36b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A Rust library for solving sparse linear systems using direct methods.
```rust
use rsparse;

fn main(){
fn main() {
// Create a CSC sparse matrix A
let a = rsparse::data::Sprs{
// Maximum number of entries
Expand Down Expand Up @@ -127,7 +127,7 @@ C
```rust
use rsparse;

fn main(){
fn main() {
// Arbitrary A matrix (dense)
let a = [
vec![8.2541e-01, 9.5622e-01, 4.6698e-01, 8.4410e-03, 6.3193e-01, 7.5741e-01, 5.3584e-01, 3.9448e-01],
Expand Down

0 comments on commit fc36b56

Please sign in to comment.