| Crates.io | rlst |
| lib.rs | rlst |
| version | 0.6.1 |
| created_at | 2024-05-13 11:00:45.744207+00 |
| updated_at | 2026-01-19 10:40:36.940756+00 |
| description | A Rust native linear algebra library. |
| homepage | https://codeberg.org/linalg-rs |
| repository | https://codeberg.org/linalg-rs/rlst |
| max_upload_size | |
| id | 1238292 |
| size | 1,144,912 |
The Rust Linear Solver toolbox is an in-development project for dense and sparse linear algebra routines in Rust.
This work is dual-licensed under the Apache 2.0 and MIT license. You can choose between one of them if you use this work.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
Some optional dependencies of the library have different licenses that may change the license of compiled library components.
Note that when linking against FFTW (either by the flag fftw_system or
the flag fftw_source) the GPL license of FFTW needs to be adhered to.
This library is the result of the merger of two experimental linear algebra projects
Both projects are MIT + Apache-2.0 dual licensed. The Rust Linear Solver toolbox is the successor of both projects.