openblas-src
Math library
Provides pre-built implementations of linear algebra and numerical computation libraries
Source of BLAS and LAPACK via OpenBLAS
76 stars
7 watching
48 forks
Language: Rust
last commit: 4 months 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 | 81 |
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 | 154 |
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 widely used linear algebra libraries for high-performance 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,878 |
bitshifter/glam-rs | A fast linear algebra library for games and graphics | 1,541 |
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. | 843 |