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
Yes, adding metric spaces would be useful. Though I am still not sure what the best definition would be because of the link between dot product (already available on the FiniteDimInnerSpace) and the metric it induces. But any suggestion is welcome!
cgmath currently has a
MetricSpace
trait that is defined for vectors, points, and quaternions:Could we consider rejiggering the
alga::linear
trait hierarchy to add something like this?The text was updated successfully, but these errors were encountered: