mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 23:49:14 +00:00
Javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c52bde0ea2
commit
a61e6c1f65
@ -33,7 +33,7 @@ public interface UnivariateDifferentiableVectorFunction
|
||||
* @param x the point for which the function value should be computed
|
||||
* @return the value
|
||||
* @exception MathIllegalArgumentException if {@code x} does not
|
||||
* fulfill functions constraints (argument out of bound, or unsupported
|
||||
* satisfy the function's constraints (argument out of bound, or unsupported
|
||||
* derivative order for example)
|
||||
*/
|
||||
DerivativeStructure[] value(DerivativeStructure x) throws MathIllegalArgumentException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user