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()
MathUnsupportedOperationException
- for dimension-1 spaces
which do not have sub-spacesgetDimension()
Copyright © 2017 CNES. All rights reserved.