AtheMathmo / rulinalg

A linear algebra library written in Rust

Home Page:https://crates.io/crates/rulinalg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `Any` type bound throughout library

AtheMathmo opened this issue · comments

We had to place an Any type bound because of TypeId needed in the matrix multiplication module. Now the Any bound has been replaced with a static lifetime bound and we should do the same.