This interface represents a vector space over a field with two operations,
vector addition and scalar multiplication.
author: Jean-Marie Dautelle version: 3.0, February 13, 2006 See Also:
* Wikipedia: Vector Space
Method Summary
V
times(F a) Returns the scalar multiplication of this vector by the specified
field element.