Package org.hipparchus.geometry
Interface Space
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Euclidean1D
,Euclidean2D
,Euclidean3D
,Sphere1D
,Sphere2D
This interface represents a generic space, with affine and vectorial counterparts.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the dimension of the space.Get the n-1 dimension subspace of this space.
-
Method Details
-
getDimension
int getDimension()Get the dimension of the space.- Returns:
- dimension of the space
-
getSubSpace
Get the n-1 dimension subspace of this space.- Returns:
- n-1 dimension sub-space of this space
- Throws:
MathRuntimeException
- for dimension-1 spaces which do not have sub-spaces- See Also:
-