Interface IntegerVector<V extends IntegerVector<V,DV,PV>,DV extends BigVector<BigDecimal,BigDecimal,DV,DV,?>,PV extends BaseTuple<? extends Number>>

Type Parameters:
V - The vector itself (the parameter and result of various operations)
DV - The decimal vector to use for normalization
PV - The primitive vector of which this vector can be converted to
All Superinterfaces:
BaseTuple<BigInteger>, BigVector<BigInteger,BigDecimal,V,DV,PV>, Iterable<BigInteger>, Serializable, Tuple<BigInteger>
All Known Implementing Classes:
Integer2, Integer3, Integer4

public interface IntegerVector<V extends IntegerVector<V,DV,PV>,DV extends BigVector<BigDecimal,BigDecimal,DV,DV,?>,PV extends BaseTuple<? extends Number>> extends BigVector<BigInteger,BigDecimal,V,DV,PV>
A mathematical vector which uses BigIntegers.
See Also: