Interface VectorSpace<V,F extends Field>
- All Superinterfaces:
GroupAdditive<V>,javolution.lang.Immutable,Structure<V>,javolution.lang.ValueType
- All Known Subinterfaces:
VectorSpaceNormed<V,F>
- All Known Implementing Classes:
ComplexMatrix,ComplexVector,DenseMatrix,DenseVector,Float64Matrix,Float64Vector,Matrix,SparseMatrix,SparseVector,Vector
This interface represents a vector space over a field with two operations,
vector addition and scalar multiplication.
- See Also:
-
Method Summary
Methods inherited from interface org.jscience.mathematics.structure.GroupAdditive
opposite, plusMethods inherited from interface javolution.lang.ValueType
copy
-
Method Details
-
times
Returns the scalar multiplication of this vector by the specified field element.- Parameters:
a- the field element,- Returns:
this ยท a.
-