org.jscience.mathematics.structure
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:
- Wikipedia: Normed Vector Space
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Fnorm()Returns the positive length or size of this vector.-
Methods inherited from interface org.jscience.mathematics.structure.VectorSpace
times
-
Methods inherited from interface org.jscience.mathematics.structure.GroupAdditive
opposite, plus
-
-
-
-
Method Detail
-
norm
F norm()
Returns the positive length or size of this vector.- Returns:
|this|.- See Also:
- Wikipedia: Vector Norm
-
-
DMelt 3.0 © DataMelt by jWork.ORG