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:
AbstractParamVector,ComplexVector,Coordinate3D,Cylindrical3D,Float64Vector,ParameterVector,Polar3D,Vector3D
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.- Version:
- 3.0, February 13, 2006
- Author:
- Jean-Marie Dautelle
- See Also:
- Wikipedia: Normed Vector Space
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fnorm()Returns the positive length or size of this vector.-
Methods inherited from interface org.jscience.mathematics.structure.GroupAdditive
opposite, plus
-
Methods inherited from interface org.jscience.mathematics.structure.VectorSpace
times
-
-
-
-
Method Detail
-
norm
F norm()
Returns the positive length or size of this vector.- Returns:
|this|.- See Also:
- Wikipedia: Vector Norm
-
-