File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ndarray-linalg
2
2
===============
3
3
[ ![ Crate] ( http://meritbadge.herokuapp.com/ndarray-linalg )] ( https://crates.io/crates/ndarray-linalg )
4
4
[ ![ docs.rs] ( https://docs.rs/ndarray-linalg/badge.svg )] ( https://docs.rs/ndarray-linalg )
5
- [ ![ Build Status] ( https://dev.azure.com/rust-math /ndarray-linalg/_apis/build/status/rust-math .ndarray-linalg?branchName=master )] ( https://dev.azure.com/rust-math /ndarray-linalg/_build/latest?definitionId=3 &branchName=master )
5
+ [ ![ Build Status] ( https://dev.azure.com/rust-ndarray /ndarray-linalg/_apis/build/status/rust-ndarray .ndarray-linalg?branchName=master )] ( https://dev.azure.com/rust-ndarray /ndarray-linalg/_build/latest?definitionId=1 &branchName=master )
6
6
7
7
Linear algebra package for Rust with [ ndarray] ( https://github.com/bluss/ndarray ) based on external LAPACK implementations.
8
8
@@ -33,7 +33,6 @@ Three BLAS/LAPACK implementations are supported:
33
33
- [ Netlib] ( https://github.com/cmr/netlib-src )
34
34
- needs ` cmake ` and ` gfortran `
35
35
- [ Intel MKL] ( https://github.com/termoshtt/rust-intel-mkl ) (non-free license, see the linked page)
36
- - needs ` curl `
37
36
38
37
There are three features corresponding to the backend implementations (` openblas ` / ` netlib ` / ` intel-mkl ` ):
39
38
You can’t perform that action at this time.
0 commit comments