dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Implement VectorSpace for Complex. #66

Closed sebcrozet closed 5 years ago

sebcrozet commented 5 years ago

This is a breaking change because this required modifying the Real trait so it requires RemAssign. At the same time we removed some supertraits that were already required by NumAssign and Num.