Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1554657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0faf0131f6
commit
292eefa57c
|
@ -71,8 +71,8 @@ public interface SubHyperplane<S extends Space> {
|
||||||
/** Split the instance in two parts by an hyperplane.
|
/** Split the instance in two parts by an hyperplane.
|
||||||
* @param hyperplane splitting hyperplane
|
* @param hyperplane splitting hyperplane
|
||||||
* @return an object containing both the part of the instance
|
* @return an object containing both the part of the instance
|
||||||
* on the plus side of the instance and the part of the
|
* on the plus side of the hyperplane and the part of the
|
||||||
* instance on the minus side of the instance
|
* instance on the minus side of the hyperplane
|
||||||
*/
|
*/
|
||||||
SplitSubHyperplane<S> split(Hyperplane<S> hyperplane);
|
SplitSubHyperplane<S> split(Hyperplane<S> hyperplane);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue