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:
parent
85bab3ba61
commit
b8de2704ac
|
@ -21,6 +21,7 @@ package org.apache.commons.math3.analysis;
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
|
* @deprecated as of 3.1 replaced by {@link org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction}
|
||||||
*/
|
*/
|
||||||
public interface DifferentiableUnivariateVectorFunction
|
public interface DifferentiableUnivariateVectorFunction
|
||||||
extends UnivariateVectorFunction {
|
extends UnivariateVectorFunction {
|
||||||
|
|
Loading…
Reference in New Issue