ndarray-linalg icon indicating copy to clipboard operation
ndarray-linalg copied to clipboard

Linear algebra package for rust-ndarray using LAPACK binding

Results 95 ndarray-linalg issues
Sort by recently updated
recently updated
newest added

The following test fails: ``` #[test] pub fn test_solve() { let a = array![ [0.2, 0.4, -0.2, -1.0], [0.4, 0.8, -0.4, -1.0], [0.2, 0.4, 0.0, 0.0], [1.0, 1.0, 0.0, 0.0]...

I have `a, b, c` of type `Array1`. `a` is mutable reference, whereas `b & c` are just reference. I want to set each element in `a` as product of...

Two new files added, one is source for implementing the standard expm routine used by matlab and scipy, and the other for testing this function against random sparse and dense...

The current documentation let the reader think that the first elements of `du` and `dl` are not used.

Dear ndarray-linalg team, Is that possible to add support for arm high performance library (https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/first-macos-release-of-arm-performance-libraries) for macOS or ARM Linux(https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Libraries)? This is even more convenient than the MacOS default BLAS...

Recently, I'm writing some functions of regression for linfa. And I met some usages of cholesky update in scikit-learn. I think that maybe to add cholesky update into ndarray is...

Hello. As it seems, using ndarray 0.16.0 (latest now) breaks some implementations in ndarray-linalg, such as `ndarray_linalg::solve::Inverse` (see picture below using rust-analyzer diagnostic). I don't know if it was planned...

I upgraded the ndarray dependency from version 0.15.6 to version 0.16.1, and upgraded approx from 0.4 to 0.5

Bump ndarray from 0.15.6 to 0.16.0 Bump approx from 0.4.0 to 0.5 Bump criterion from 0.3.4 to 0.5.1

Hi. Obviously, this crate has not received much attention from the maintainers for the last two years at least. If the current maintainers don't have the time, energy, or will...