mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 02:29:20 +00:00
MATH-707
Changed "...UnivariateVectorialFunction" to "...UnivariateVectorFunction" (as suggested by Ted Dunning). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1207675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c1e515346
commit
cee29030d0
@ -17,19 +17,19 @@
|
|||||||
package org.apache.commons.math.analysis;
|
package org.apache.commons.math.analysis;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extension of {@link UnivariateVectorialFunction} representing a differentiable univariate vectorial function.
|
* Extension of {@link UnivariateVectorFunction} representing a differentiable univariate vectorial function.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
public interface DifferentiableUnivariateVectorialFunction
|
public interface DifferentiableUnivariateVectorFunction
|
||||||
extends UnivariateVectorialFunction {
|
extends UnivariateVectorFunction {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the derivative of the function
|
* Returns the derivative of the function
|
||||||
*
|
*
|
||||||
* @return the derivative function
|
* @return the derivative function
|
||||||
*/
|
*/
|
||||||
UnivariateVectorialFunction derivative();
|
UnivariateVectorFunction derivative();
|
||||||
|
|
||||||
}
|
}
|
@ -22,7 +22,7 @@ package org.apache.commons.math.analysis;
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
public interface UnivariateVectorialFunction {
|
public interface UnivariateVectorFunction {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute the value for the function.
|
* Compute the value for the function.
|
Loading…
x
Reference in New Issue
Block a user