mtrx: Type Safe Matrix Operations using Const Generics

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mtrx

    Provides type-safe matrix operations using Rust's const generics

  • generic-array

    Generic array types in Rust

  • While it's only recently that Rust has gotten first-class support for type-level values (i.e., const generics), encoding numbers in the type system has been possible for years — and used to great effect! Typenum's first release was September 25th, 2015, and generic-array was first released on September 27th, 2015; nalgebra started using these crates with its v0.6.0 release on March 31, 2016.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts