Author: celestin Date: Thu Sep 27 03:54:04 2012 New Revision: 1390832 URL: http://svn.apache.org/viewvc?rev=1390832&view=rev Log: MATH-870: deprecated SparseFieldMatrix.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java?rev=1390832&r1=1390831&r2=1390832&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java Thu Sep 27 03:54:04 2012 @@ -26,7 +26,13 @@ import org.apache.commons.math3.util.Ope * @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 SparseFieldMatrix<T extends FieldElement<T>> extends AbstractFieldMatrix<T> { /** Storage for (sparse) matrix elements. */