Interface VectorMixin<T,U,V,W,X extends Number,TT,UU,WW>

Type Parameters:
T - Type of this vector.
U - Dense vector type.
V - Sparse Vector type.
W - Complex vector type.
X - The type of individual entry within the vector.
TT - The matrix type equivalent to this vector.
UU - Dense Matrix type equivalent.
WW - Complex matrix type equivalent.
All Superinterfaces:
VectorComparisonsMixin, VectorManipulationsMixin<TT>, VectorOperationsMixin<T,U,V,W,X,TT,UU,WW>, VectorPropertiesMixin
All Known Implementing Classes:
CooCVector, CooVector, CVector, Vector

public interface VectorMixin<T,U,V,W,X extends Number,TT,UU,WW> extends VectorPropertiesMixin, VectorManipulationsMixin<TT>, VectorComparisonsMixin, VectorOperationsMixin<T,U,V,W,X,TT,UU,WW>
This interface specifies methods which all vectors should implement.