Interface VectorSpaceNormed<V,​F extends Field>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      F norm()
      Returns the positive length or size of this vector.
      • Methods inherited from interface javolution.lang.ValueType

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

        times
    • Method Detail