Interface Norm<T>

Type Parameters:
T - The class of the objects used.
All Known Subinterfaces:
RealVectorNorm
All Known Implementing Classes:
AbstractRealVectorNorm, AggregatingNorm, EntropyNorm, ManhattanNorm, MaximumNorm, PNorm, ProbabilisticAggregatingNorm, ProbabilisticPNorm

public interface Norm<T>
A norm for vector spaces.
Author:
Matthias Thimm