MATH-870: deprecated SparseFieldMatrix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-09-27 03:54:04 +00:00
parent 3a3fec3bb2
commit 8708ef28f2
1 changed files with 6 additions and 0 deletions

View File

@ -26,7 +26,13 @@ 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 SparseFieldMatrix<T extends FieldElement<T>> extends AbstractFieldMatrix<T> {
/** Storage for (sparse) matrix elements. */