Annotation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1415149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4333489f68
commit
2855cc309e
|
@ -24,6 +24,7 @@ package org.apache.commons.math3.analysis;
|
|||
* @since 2.0
|
||||
* @deprecated as of 3.1 replaced by {@link org.apache.commons.math3.analysis.differentiation.MultivariateDifferentiableFunction}
|
||||
*/
|
||||
@Deprecated
|
||||
public interface DifferentiableMultivariateFunction extends MultivariateFunction {
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,6 +24,7 @@ package org.apache.commons.math3.analysis;
|
|||
* @since 2.0
|
||||
* @deprecated as of 3.1 replaced by {@link org.apache.commons.math3.analysis.differentiation.MultivariateDifferentiableVectorFunction}
|
||||
*/
|
||||
@Deprecated
|
||||
public interface DifferentiableMultivariateVectorFunction
|
||||
extends MultivariateVectorFunction {
|
||||
|
||||
|
|
Loading…
Reference in New Issue