openblas-src
Linear algebra library
Provides source code for building BLAS and LAPACK libraries via OpenBLAS
Source of BLAS and LAPACK via OpenBLAS
78 stars
7 watching
48 forks
Language: Rust
last commit: about 1 month ago linear-algebrascience
Related projects:
Repository | Description | Stars |
---|---|---|
blas-lapack-rs/netlib-src | Provides source code for linear algebra libraries built on top of Netlib | 4 |
blas-lapack-rs/accelerate-src | Provides optimized linear algebra and numerical computing capabilities via the Accelerate framework | 17 |
blas-lapack-rs/lapack | Provides Rust wrappers for Fortran linear algebra libraries | 82 |
blas-lapack-rs/blis-src | Provides a Rust package to build and link the BLIS library, which is used as a BLAS implementation. | 10 |
mikkyang/rust-blas | Rust bindings and wrappers for the Basic Linear Algebra Subprograms | 84 |
ekrich/sblas | A library that provides an interface to high-performance linear algebra operations | 34 |
ziutek/blas | Implementation of BLAS basic linear algebra subprograms in Go | 155 |
rust-math/intel-mkl-src | A crate that redistributes and provides Rust bindings to Intel's Math Kernel Library (MKL) for scientific computations. | 82 |
axect/peroxide_blas | An implementation of BLAS and LAPACK using source crates to provide concrete implementations. | 2 |
mmottl/lacaml | An OCaml interface to high-performance linear algebra libraries (BLAS/LAPACK) for numerical computations. | 128 |
sarah-quinones/faer-rs | A linear algebra library for the Rust programming language, providing low-level and high-level routines for efficient matrix operations. | 1,891 |
bitshifter/glam-rs | A fast linear algebra library for games and graphics | 1,555 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
akabe/slap | A linear algebra library with type-based static size checking for matrix operations. | 88 |
clmathlibraries/clblas | A software library that enables developers to tap into the performance benefits of heterogeneous computing by providing an OpenCL interface for BLAS functions. | 845 |