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
-
getSpace()
-
-
getVector(int)
-
-
size()
-
getSpace
public abstract SpaceBasis getSpace()
- Returns:
- the vector space to which the vectors in the basis belong
size
public abstract int size()
- Returns:
- the number of vectors in the basis
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