dimforge/nalgebra

Linear algebra library for Rust.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 14th, 2026
Created on May 14th, 2013
Open Issues & Pull Requests: 433 (+0)
GitHub issues: Enabled
Number of forks: 565
Total Stargazers: 4,792 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 157.3 days
90th percentile: 532.2 days
Tracked items: 79

Most active contributors

Sign in to see contributor activity.

How this project is maintained

95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 80
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 764 days
Stale 30+ days: 78
Stale 90+ days: 74

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (9)
  • bug (7)
  • documentation (4)
  • enhancement (4)
  • P-medium (3)
  • P-high (2)
  • breaking change (1)
  • nalgebra-lapack (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

nalgebra is a linear algebra library for Rust that provides comprehensive support for vector and matrix operations.

The library addresses the need for performant, type-safe linear algebra computations in Rust. It offers a rich set of operations for vectors, matrices, and related mathematical structures, enabling developers to work with linear algebra abstractions without sacrificing the safety guarantees that Rust provides. The implementation is designed to integrate naturally with Rust's type system and ownership model.

Developers should choose nalgebra when building applications that require linear algebra operations, such as scientific computing, graphics programming, robotics, or machine learning. The library suits projects where performance and memory safety are both priorities, and where developers want to avoid the overhead of runtime type checking or the memory unsafety of C-based alternatives. It is particularly valuable for systems where compile-time guarantees about matrix dimensions and types can prevent entire categories of bugs.

The project maintains steady development activity with regular updates and bug fixes. The maintainers actively engage with the community through a dedicated Discord channel. Documentation is comprehensive, with both a user guide and detailed API documentation readily available. The library is published on the Rust package registry and distributed under a permissive open-source license, making it straightforward to integrate into both open-source and commercial projects.