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

Method Index

 o elements()
 o getSubVector(int)
 o setSubVector(int, Vector)
 o size()

Methods

 o size
 public abstract int size()
Returns:
number of vector spaces which compose the product space
 o getSubVector
 public abstract Vector getSubVector(int i)
 o setSubVector
 public abstract void setSubVector(int i,
                                   Vector vec)
 o elements
 public abstract Enumeration elements()

All Packages  Class Hierarchy  This Package  Previous  Next  Index