Module swim.math
Package swim.math

Interface VectorSpace<V,S>

All Superinterfaces:
TensorSpace<V,S>, VectorModule<V,S>
All Known Implementing Classes:
R, R2, R3, RN

public interface VectorSpace<V,S> extends VectorModule<V,S>, TensorSpace<V,S>