Interface RealVectorNorm

All Superinterfaces:
Norm<Vector<Double>>
All Known Implementing Classes:
AbstractRealVectorNorm, AggregatingNorm, EntropyNorm, ManhattanNorm, MaximumNorm, PNorm, ProbabilisticAggregatingNorm, ProbabilisticPNorm

public interface RealVectorNorm extends Norm<Vector<Double>>
A norm for real vector spaces.
Author:
Matthias Thimm