Class JSci.maths.HilbertSpace
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.HilbertSpace

java.lang.Object
   |
   +----JSci.maths.Set
           |
           +----JSci.maths.Group
                   |
                   +----JSci.maths.VectorSpace
                           |
                           +----JSci.maths.HilbertSpace

public class HilbertSpace
extends VectorSpace
The HilbertSpace class provides an abstract encapsulation for Hilbert spaces.

Constructor Index

 o HilbertSpace()
Constructs a Hilbert space.

Method Index

 o scalarProduct(Object, Object)
The scalar product law.

Constructors

 o HilbertSpace
  public HilbertSpace()
Constructs a Hilbert space.

Methods

 o scalarProduct
  public abstract Complex scalarProduct(Object a,
                                        Object b)
The scalar product law.
Parameters:
a - a vector
b - a vector

All Packages  Class Hierarchy  This Package  Previous  Next  Index