r_src/
lib.rs

1//! Source of [BLAS] and [LAPACK] via the [R] framework.
2//!
3//! ## [Architecture]
4//!
5//! [R]: https://cran.r-project.org
6//! [architecture]: https://blas-lapack-rs.github.io/architecture
7//! [blas]: https://en.wikipedia.org/wiki/BLAS
8//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
9
10#![no_std]