| 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.
|
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 © 2003–2014 The Apache Software Foundation. All rights reserved.