Serializable
Euclidean1D
, Euclidean2D
, Euclidean3D
, Sphere1D
, Sphere2D
public interface Space extends Serializable
Vector
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.