Skip to content

A tiny untested, unoptimized and incomplete Matrix library that I wrote for fun and learning.

Notifications You must be signed in to change notification settings

panzi/rust-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Matrix

A tiny untested, unoptimized and incomplete Matrix library that I wrote for fun and learning.

Also note: It uses unsafe to do things like transmuting between Matrix<X, Y, T> and Vector<X * Y, T> or transmuting between [[T; X]; Y] and [T; X * Y]. This part really needs testing.

About

A tiny untested, unoptimized and incomplete Matrix library that I wrote for fun and learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages