MATH-870: deprecated OpenMapRealVector, SparseRealVector.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dadeacc23e
commit
e2bab1ae13
|
@ -32,7 +32,11 @@ import org.apache.commons.math3.util.OpenIntToDoubleHashMap.Iterator;
|
||||||
* {@link OpenIntToDoubleHashMap} backing store.
|
* {@link OpenIntToDoubleHashMap} backing store.
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since 2.0
|
* @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>.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class OpenMapRealVector extends SparseRealVector
|
public class OpenMapRealVector extends SparseRealVector
|
||||||
implements Serializable {
|
implements Serializable {
|
||||||
/** Default Tolerance for having a value considered zero. */
|
/** Default Tolerance for having a value considered zero. */
|
||||||
|
|
|
@ -20,6 +20,10 @@ package org.apache.commons.math3.linear;
|
||||||
* Marker class for RealVectors that require sparse backing storage
|
* Marker class for RealVectors that require sparse backing storage
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since 2.0
|
* @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>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract class SparseRealVector extends RealVector {}
|
public abstract class SparseRealVector extends RealVector {}
|
||||||
|
|
Loading…
Reference in New Issue