mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 23:49:14 +00:00
Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0dbb8ab724
commit
c72ea892f6
@ -28,7 +28,7 @@ public interface MultivariateMatrixFunction {
|
||||
* Compute the value for the function at the given point.
|
||||
* @param point point at which the function must be evaluated
|
||||
* @return function value for the given point
|
||||
* @exception IllegalArgumentException if points dimension is wrong
|
||||
* @exception IllegalArgumentException if point's dimension is wrong
|
||||
*/
|
||||
double[][] value(double[] point)
|
||||
throws IllegalArgumentException;
|
||||
|
@ -28,7 +28,7 @@ public interface MultivariateVectorFunction {
|
||||
* Compute the value for the function at the given point.
|
||||
* @param point point at which the function must be evaluated
|
||||
* @return function value for the given point
|
||||
* @exception IllegalArgumentException if points dimension is wrong
|
||||
* @exception IllegalArgumentException if point's dimension is wrong
|
||||
*/
|
||||
double[] value(double[] point)
|
||||
throws IllegalArgumentException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user