Interface VectorSpaceNormed<V,F extends Field>

All Superinterfaces:
GroupAdditive<V>, javolution.lang.Immutable, Structure<V>, javolution.lang.ValueType, VectorSpace<V,F>
All Known Implementing Classes:
ComplexVector, Float64Vector

public interface VectorSpaceNormed<V,F extends Field> extends VectorSpace<V,F>
This interface represents a vector space on which a positive vector length or size is defined.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the positive length or size of this vector.

    Methods inherited from interface org.jscience.mathematics.structure.GroupAdditive

    opposite, plus

    Methods inherited from interface javolution.lang.ValueType

    copy

    Methods inherited from interface org.jscience.mathematics.structure.VectorSpace

    times
  • Method Details