Interface VectorSpace<V,​F extends Field>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V times​(F a)
      Returns the scalar multiplication of this vector by the specified field element.
      • Methods inherited from interface javolution.lang.ValueType

        copy
    • Method Detail

      • times

        V times​(F a)
        Returns the scalar multiplication of this vector by the specified field element.
        Parameters:
        a - the field element,
        Returns:
        this ยท a.