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

Type Parameters:
T - Vector type.
U - Dense Vector type.
V - Sparse Vector type.
W - Complex Vector type.
X - Vector entry type.
TT - Matrix type equivalent.
UU - Dense Matrix type equivalent.
WW - Complex Matrix type equivalent.
All Known Subinterfaces:
VectorMixin<T,U,V,W,X,TT,UU,WW>
All Known Implementing Classes:
CooCVector, CooVector, CVector, Vector

public interface VectorOperationsMixin<T,U,V,W,X extends Number,TT,UU,WW>
This interface specifies operations which should be implemented by any vector.