All Packages Class Hierarchy This Package Previous Next Index
Interface jam.vector.ProductVector
- public interface interface ProductVector
- extends JamObject, Vector
A ProductVector is a vector composed of sub-vectors.
For example, two column vectors can be stacked to give a larger
"product column vector".
- See Also:
- ProductSpace
-
elements()
-
-
getSubVector(int)
-
-
setSubVector(int, Vector)
-
-
size()
-
size
public abstract int size()
- Returns:
- number of vector spaces which compose the product space
getSubVector
public abstract Vector getSubVector(int i)
setSubVector
public abstract void setSubVector(int i,
Vector vec)
elements
public abstract Enumeration elements()
All Packages Class Hierarchy This Package Previous Next Index