Deprecated DifferentiableUnivariateVectorFunction.

This interface is in fact never used in the library...

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1383852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2012-09-12 08:54:40 +00:00
parent 85bab3ba61
commit b8de2704ac
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package org.apache.commons.math3.analysis;
*
* @version $Id$
* @since 2.0
* @deprecated as of 3.1 replaced by {@link org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction}
*/
public interface DifferentiableUnivariateVectorFunction
extends UnivariateVectorFunction {