|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinearSet
LinearSet is an interface for finite sets of samples of R^Dimension in a cross product of arithmetic progressions.
The order of the samples is the rasterization of the orders of the 1D components, with the first component increasing fastest. For more detail, see the example in Linear2DSet.java.
Method Summary | |
---|---|
Linear1DSet |
getLinear1DComponent(int i)
Get the indexed component. |
Method Detail |
---|
Linear1DSet getLinear1DComponent(int i)
i
- Index of component
ArrayIndexOutOfBoundsException
- If an invalid index is
specified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |