-
- All Superinterfaces:
TensorSpace<V,S>,VectorModule<V,S>
public interface VectorSpace<V,S> extends VectorModule<V,S>, TensorSpace<V,S>
-
-
Method Detail
-
scalar
Field<S> scalar()
- Specified by:
scalarin interfaceTensorSpace<V,S>- Specified by:
scalarin interfaceVectorModule<V,S>
-
zero
V zero()
- Specified by:
zeroin interfaceTensorSpace<V,S>- Specified by:
zeroin interfaceVectorModule<V,S>
-
add
V add(V u, V v)
- Specified by:
addin interfaceTensorSpace<V,S>- Specified by:
addin interfaceVectorModule<V,S>
-
opposite
V opposite(V v)
- Specified by:
oppositein interfaceTensorSpace<V,S>- Specified by:
oppositein interfaceVectorModule<V,S>
-
subtract
V subtract(V u, V v)
- Specified by:
subtractin interfaceTensorSpace<V,S>- Specified by:
subtractin interfaceVectorModule<V,S>
-
multiply
V multiply(V u, S a)
- Specified by:
multiplyin interfaceTensorSpace<V,S>- Specified by:
multiplyin interfaceVectorModule<V,S>
-
-