An open API service for producing an overview of a list of open source projects.

https://github.com/rust-ndarray/ndarray-linalg

lapack linear-algebra rust-ndarray

Score: 25.025714863504522

Last synced: about 7 hours ago
JSON representation

Repository metadata:

Linear algebra package for rust-ndarray using LAPACK binding


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 1,165
Total Committers: 32
Avg Commits per committer: 36.406
Development Distribution Score (DDS): 0.143

Commits in past year: 12
Committers in past year: 3
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.417

Name Email Commits
Toshiki Teramura t****a@g****m 998
Jim Turner j****4@g****m 56
Lorenz Schmidt b****e@m****g 30
doraneko94 s****4@g****m 15
Dirreke m****e@1****m 12
Paul Koerbitz k****z@g****m 11
Alexander Bulaev a****l@y****u 5
Adam Kern a****0@g****m 4
KKrijnen 1****n 3
Michael Kefeder m****r@g****m 3
Stefan Kroboth s****h@g****m 3
Ulrik Sverdrup b****s 3
Benjamin Kay b****n@b****t 2
Eric Berquist e****t@g****m 2
Lance Hepler l****r@1****m 1
Bang C. Huynh 4****h 1
Daniel Estévez d****l@d****t 1
Daniël de Kok m****e@d****u 1
Gaëtan Cassiers g****s@u****e 1
Gorka Kobeaga g****a@k****s 1
Hubert Hirtz h****t@h****m 1
Ivan Ukhov i****v@g****m 1
Jan Marthedal Rasmussen j****n@j****m 1
LingMan L****n 1
Luca Palmieri L****r 1
Mike Seddon s****1@g****m 1
Nigel Delaney n****y@1****m 1
Orell Garten 1****n 1
Vladimir Feinberg v****g@g****m 1
Yuta Saito k****n@g****m 1
and 2 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 79
Total pull requests: 90
Average time to close issues: 7 months
Average time to close pull requests: 3 months
Total issue authors: 60
Total pull request authors: 28
Average comments per issue: 1.76
Average comments per pull request: 1.79
Merged pull request: 59
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 2
Past year average time to close issues: about 2 hours
Past year average time to close pull requests: 40 minutes
Past year issue authors: 2
Past year pull request authors: 2
Past year average comments per issue: 1.0
Past year average comments per pull request: 1.5
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/rust-ndarray/ndarray-linalg

Top Issue Authors

  • termoshtt (11)
  • jianshu93 (5)
  • jturner314 (4)
  • JP-Ellis (2)
  • emiddleton (2)
  • Y-jiji (1)
  • Chris00 (1)
  • voibit (1)
  • bashir-abdelwahed (1)
  • hamdav (1)
  • M1KE-TAYL0R (1)
  • supinie (1)
  • JorisDeRidder (1)
  • edyounis (1)
  • v0lat1le (1)

Top Pull Request Authors

  • termoshtt (29)
  • Dirreke (11)
  • jturner314 (8)
  • gkobeaga (4)
  • bluss (4)
  • KKrijnen (3)
  • cguentherTUChemnitz (3)
  • akern40 (2)
  • mike-kfed (2)
  • voibit (2)
  • berquist (2)
  • Chris00 (2)
  • benkay86 (2)
  • kateinoigakukun (2)
  • selvavm (1)

Top Issue Labels

  • help wanted (5)
  • bug (4)
  • new feature (3)
  • breaking change (1)

Top Pull Request Labels

  • new feature (8)
  • bug (6)
  • change (3)
  • breaking change (3)
  • performance (1)

Package metadata

crates.io: ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK

  • Homepage:
  • Documentation: https://docs.rs/ndarray-linalg/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.18.1 (published 8 months ago)
  • Last Synced: 2026-08-25T09:34:54.656Z (1 day ago)
  • Versions: 43
  • Dependent Packages: 92
  • Dependent Repositories: 85
  • Downloads: 2,256,987 Total
  • Docker Downloads: 4,000
  • Rankings:
    • Dependent packages count: 0.644%
    • Docker downloads count: 2.309%
    • Downloads: 2.675%
    • Dependent repos count: 3.693%
    • Average: 4.414%
    • Forks count: 8.063%
    • Stargazers count: 9.102%
  • Maintainers (5)
proxy.golang.org: github.com/rust-ndarray/ndarray-linalg

crates.io: lax

LAPACK wrapper without ndarray

  • Homepage:
  • Documentation: https://docs.rs/lax/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.18.1 (published 3 months ago)
  • Last Synced: 2026-08-25T09:34:54.447Z (1 day ago)
  • Versions: 10
  • Dependent Packages: 6
  • Dependent Repositories: 41
  • Downloads: 2,046,181 Total
  • Rankings:
    • Downloads: 2.965%
    • Dependent repos count: 4.606%
    • Dependent packages count: 5.359%
    • Average: 6.024%
    • Forks count: 8.063%
    • Stargazers count: 9.127%
  • Maintainers (3)

Dependencies

ndarray-linalg/Cargo.toml cargo
  • approx 0.4.0 development
  • criterion 0.3.4 development
  • paste 1.0.5 development
  • rand_pcg 0.3.1 development
  • cauchy 0.4.0
  • katexit 0.1.2
  • lax 0.15.0-rc.0
  • ndarray 0.15.2
  • num-complex 0.4.0
  • num-traits 0.2.14
  • rand 0.8.3
  • thiserror 1.0.24
.github/workflows/gh-pages.yml actions
  • actions-rs/cargo v1 composite
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/deploy-pages v1 composite
  • actions/upload-pages-artifact v1 composite
.github/workflows/intel-mkl.yml actions
  • actions-rs/cargo v1 composite
  • actions/checkout v1 composite
.github/workflows/netlib.yml actions
  • actions-rs/cargo v1 composite
  • actions/checkout v1 composite
.github/workflows/openblas.yml actions
  • actions-rs/cargo v1 composite
  • actions/checkout v1 composite
.github/workflows/rust.yml actions
  • actions-rs/cargo v1 composite
  • actions/checkout v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
lax/Cargo.toml cargo
Cargo.toml cargo