public class Euclidean1D extends Object implements Serializable, Space
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension()
Get the dimension of the space.
|
static Euclidean1D |
getInstance()
Get the unique instance.
|
Space |
getSubSpace()
Get the n-1 dimension subspace of this space.
|
public static Euclidean1D getInstance()
public int getDimension()
getDimension in interface Spacepublic Space getSubSpace() throws MathUnsupportedOperationException
As the 1-dimension Euclidean space does not have proper sub-spaces,
this method always throws a MathUnsupportedOperationException
getSubSpace in interface SpaceMathUnsupportedOperationException - in all casesSpace.getDimension()Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.