Skip to content

stefan-zobel/fixed-size-matrix-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Documentation

const_matrix-rs

Basic arithmetic for compile-time-sized matrices either allocated on the stack (SMatrix) or on the heap (HMatrix) using const generics. Both matrix types are fully interoperable with each other. The elements of a SMatrix can be other SMatrices which theoretically could contain SMatrices themselves up to arbitrarily deep finite nesting levels.

About

Basic arithmetic for compile-time-sized matrices using Rust const generics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages