Class SparseFieldVector<T extends FieldElement<T>>

java.lang.Object
org.apache.commons.math.linear.SparseFieldVector<T>
Type Parameters:
T - the type of the field elements
All Implemented Interfaces:
Serializable, FieldVector<T>

public class SparseFieldVector<T extends FieldElement<T>> extends Object implements FieldVector<T>, Serializable
This class implements the FieldVector interface with a OpenIntToFieldHashMap backing store.
Since:
2.0
Version:
$Revision: 983921 $ $Date: 2010-08-10 12:46:06 +0200 (mar. 10 août 2010) $
See Also: