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
This interface represents a vector space on which a positive vector length
or size is defined.
- See Also:
-
Method Summary
Methods inherited from interface org.jscience.mathematics.structure.GroupAdditive
opposite, plusMethods inherited from interface javolution.lang.ValueType
copyMethods inherited from interface org.jscience.mathematics.structure.VectorSpace
times
-
Method Details
-
norm
F norm()Returns the positive length or size of this vector.- Returns:
|this|.- See Also:
-