U - Type of the embedding space.public static class SubHyperplane.SplitSubHyperplane<U extends Space>
extends java.lang.Object
split method.| Modifier and Type | Field and Description |
|---|---|
private SubHyperplane<U> |
minus
Part of the sub-hyperplane on the minus side of the splitting hyperplane.
|
private SubHyperplane<U> |
plus
Part of the sub-hyperplane on the plus side of the splitting hyperplane.
|
| Constructor and Description |
|---|
SubHyperplane.SplitSubHyperplane(SubHyperplane<U> plus,
SubHyperplane<U> minus)
Build a SplitSubHyperplane from its parts.
|
| Modifier and Type | Method and Description |
|---|---|
SubHyperplane<U> |
getMinus()
Get the part of the sub-hyperplane on the minus side of the splitting hyperplane.
|
SubHyperplane<U> |
getPlus()
Get the part of the sub-hyperplane on the plus side of the splitting hyperplane.
|
private final SubHyperplane<U extends Space> plus
private final SubHyperplane<U extends Space> minus
public SubHyperplane.SplitSubHyperplane(SubHyperplane<U> plus, SubHyperplane<U> minus)
plus - part of the sub-hyperplane on the plus side of the
splitting hyperplaneminus - part of the sub-hyperplane on the minus side of the
splitting hyperplanepublic SubHyperplane<U> getPlus()
public SubHyperplane<U> getMinus()
Copyright (c) 2003-2015 Apache Software Foundation