The package provides wrappers for LAPACKE (C).
Netlib LAPACK FFI bindings
LAPACK compatible interface backed by runtime-registered Fortran LAPACK function pointers
LAPACK operations for OxiBLAS - pure Rust implementation
Huawei Kunpeng Math Library FFI bindings
Matrix decompositions using nalgebra matrices and Lapack bindings.
Safe Rust wrappers for AOCL-LAPACK (libFLAME) via the LAPACKE interface
The package provides a LAPACK source of choice.
Intel oneAPI MKL FFI bindings
Unsafe FFI bindings to AOCL-LAPACK (libFLAME)
Generic real/complex scalar trait wrappers for BLAS and LAPACK routines
The package provides wrappers for LAPACK (Fortran).
For using linear algebra fuctions provided by LAPACK and BLAS
Ruby-LAPACK is a Ruby wrapper of Lapack, which is a linear algebra package (http://www.netlib.org/lapack/).
Simple packaging tool for LaTeX
Ruby/Numo Linear Algebra library with interface to BLAS/LAPACK.
Singular Value Decomposition with no dependency on GSL or LAPACK
Kmat is a Ruby gem for matrix operations. Kmat uses BLAS/LAPACK as back-end.
Singular Value Decomposition with no dependency on GSL or LAPACK
A linear algebra library cooperating with NArray. This library calls blas and lapack routines for fast computations. This library has following functionalities. * xGEMM (multiply two matrices and add other matrix) * Solve LLS(Least Square Sum) problems * Computing determinant (using QR decomposition) * Solve eigenproblems (compute eigenvalues and eigenvectors) * (Pivoted) LU decompotision * SVD(Singular value decomposition) * QR decomposition * Cholesky decomposition