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 MathRuntimeException
MathRuntimeException - for dimension-1 spaces
 which do not have sub-spacesgetDimension()Copyright © 2016–2020 Hipparchus.org. All rights reserved.