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
I am currently trying to implement custom algebraic field for Scale and I have ran into the problem that Scale does not implement Div<Scale<RhsE>> for Scale<LhsE> like it does for multiplication. Same applies with DivAssign. ComplexField too at least lacks these as prerequisites.
Is there a technical reason for this (i.e. is the simd implementation somehow blocking this) or is this just low on priority? If just low priority, I could implement these myself.
The text was updated successfully, but these errors were encountered:
First, thanks for this excellent crate.
I am currently trying to implement custom algebraic field for Scale and I have ran into the problem that Scale does not implement
Div<Scale<RhsE>> for Scale<LhsE>
like it does for multiplication. Same applies withDivAssign
. ComplexField too at least lacks these as prerequisites.Is there a technical reason for this (i.e. is the simd implementation somehow blocking this) or is this just low on priority? If just low priority, I could implement these myself.
The text was updated successfully, but these errors were encountered: