Uses of Interface
JSci.maths.algebras.VectorSpace

Packages that use VectorSpace
JSci.maths.algebras Provides classes for algebras and their generalisations (vector spaces, modules). 
JSci.maths.categories   
 

Uses of VectorSpace in JSci.maths.algebras
 

Subinterfaces of VectorSpace in JSci.maths.algebras
 interface BanachSpace
          This interface defines a Banach space.
 

Classes in JSci.maths.algebras that implement VectorSpace
 class HilbertSpace
          The HilbertSpace class encapsulates Hilbert spaces.
 

Uses of VectorSpace in JSci.maths.categories
 

Classes in JSci.maths.categories that implement VectorSpace
 class Hilb.OperatorSpace