All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jam.vector.Basis

public interface interface Basis
extends JamObject
A Basis is a set of (not necessarily orthonormal) vectors which span a given Space


Method Index

 o getSpace()
 o getVector(int)
 o size()

Methods

 o getSpace
 public abstract SpaceBasis getSpace()
Returns:
the vector space to which the vectors in the basis belong
 o size
 public abstract int size()
Returns:
the number of vectors in the basis
 o getVector
 public abstract Vector getVector(int i)
Returns:
basis vector number i, where i runs from 0 to size() - 1

All Packages  Class Hierarchy  This Package  Previous  Next  Index