ndarray-linalg 0.5.3

Linear algebra package for rust-ndarray using LAPACK
Documentation
box: termoshtt/rust:latest

test-openblas:
  steps:
    - script:
      name: test OpenBLAS backend
      code: cargo test --no-default-features --features=openblas

test-netlib:
  steps:
    - script:
      name: test NetLib backend
      code: cargo test --no-default-features --features=netlib