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
22===============
33[ ![ Crate] ( http://meritbadge.herokuapp.com/ndarray-linalg )] ( https://crates.io/crates/ndarray-linalg )
44[ ![ 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 )
66
77Linear algebra package for Rust with [ ndarray] ( https://github.com/bluss/ndarray ) based on external LAPACK implementations.
88
@@ -33,7 +33,6 @@ Three BLAS/LAPACK implementations are supported:
3333- [ Netlib] ( https://github.com/cmr/netlib-src )
3434 - needs ` cmake ` and ` gfortran `
3535- [ Intel MKL] ( https://github.com/termoshtt/rust-intel-mkl ) (non-free license, see the linked page)
36- - needs ` curl `
3736
3837There are three features corresponding to the backend implementations (` openblas ` / ` netlib ` / ` intel-mkl ` ):
3938
You can’t perform that action at this time.
0 commit comments