All Packages Class Hierarchy This Package Previous Next Index
Interface jam.vector.RealVector
- public interface interface RealVector
- extends Vector
A RealVector is a real number as a vector.
The corresponding vector space is RealSpace
- See Also:
- RealSpace
-
getValue()
-
-
setValue(float)
-
getValue
public abstract float getValue()
setValue
public abstract void setValue(float val)
All Packages Class Hierarchy This Package Previous Next Index