MATH-870: deprecated SparseFieldVector.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b894782174
commit
9cf853b3fc
|
@ -34,7 +34,12 @@ import org.apache.commons.math3.util.OpenIntToFieldHashMap;
|
|||
* @param <T> the type of the field elements
|
||||
* @version $Id$
|
||||
* @since 2.0
|
||||
* @deprecated As of version 3.1, this class is deprecated, for reasons exposed
|
||||
* in this JIRA
|
||||
* <a href="https://issues.apache.org/jira/browse/MATH-870">ticket</a>. This
|
||||
* class will be removed in version 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public class SparseFieldVector<T extends FieldElement<T>> implements FieldVector<T>, Serializable {
|
||||
/** Serialization identifier. */
|
||||
private static final long serialVersionUID = 7841233292190413362L;
|
||||
|
|
Loading…
Reference in New Issue