elsuizo / static-math

Safe and fast mathematical operations with static arrays in the Rust programming language
40 stars 2 forks source link

impl arithmetic operations of matrices and vector over the type `bool` #11

Open elsuizo opened 4 years ago

elsuizo commented 4 years ago

for some operations could be nice have a Mnn<bool> impl for all the basic operations and maybe also impl LinearAlgebra trait