r-src 0.2.1

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

#![no_std]