Namespace BRIDGES.Algebra.Measure
Interfaces
IDotProduct<TSelf, TValue>
Interface defining a method computing the dot product of two elements.
IMetric<TSelf>
Interface defining a method computing the distance between two elements.
INorm<TSelf>
Interface defining a method to compute the norm of an element.