You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although, I think it might be easier to modify BigDecimal and add an optional dependency on matrix kind of like how there is an optional dependency on serde.
I'm new to Rust, so any pointers are appreciated.
The text was updated successfully, but these errors were encountered:
@wysenynja Have you found a workable solution yet? I'm also looking to do matrix multiplication on big integers / fractions. I was looking at the ndarray crate, but it also requires Copy, at least for matrix multiplications.
Hello! I'm wanting to do some matrix multiplication with BigDecimal. Do you know of any matrix crates that are compatible?
I tried using https://docs.rs/matrix/0.21.12/matrix/, but got this error:
I don't think it would be too hard to add this trait, but if someone's already done the work that would be great.
If no one has done the work, I think I need to do something like this in my code: https://doc.rust-lang.org/book/second-edition/ch19-03-advanced-traits.html#using-the-newtype-pattern-to-implement-external-traits-on-external-types
Although, I think it might be easier to modify BigDecimal and add an optional dependency on matrix kind of like how there is an optional dependency on serde.
I'm new to Rust, so any pointers are appreciated.
The text was updated successfully, but these errors were encountered: