Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 25, 2023
1 parent b471004 commit 6791e44
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 @@ -20,7 +20,7 @@ We currently use the following dependencies by default:

Optionally, [Suitesparse](https://people.engr.tamu.edu/davis/suitesparse.html)
dependencies can be enabled with the `suitesparse`
feature flag. This enable AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, UMFPACK,
feature flag. This enables AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, UMFPACK,
which are used in the `rlst-algorithms` package to provide sparse direct solver
capabilities. UMFPACK is licensed under the GPL 2+ license, which affects any
code compiled against RLST with the `suitesparse` feature flag.
Expand All @@ -34,4 +34,4 @@ This library is the result of the merger of two experimental linear algebra proj
- sandbox (github.com/linalg-rs/sandbox)

Both projects are MIT + Apache-2.0 dual licensed. The Rust Linear Solver
toolbox is the successor of both projects.
toolbox is the successor of both projects.

0 comments on commit 6791e44

Please sign in to comment.