public interface Space extends Serializable
Vector| Modifier and Type | Method and Description | 
|---|---|
| int | getDimension()Get the dimension of the space. | 
| Space | getSubSpace()Get the n-1 dimension subspace of this space. | 
int getDimension()
Space getSubSpace() throws MathUnsupportedOperationException
MathUnsupportedOperationException - for dimension-1 spaces
 which do not have sub-spacesgetDimension()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.