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.
-
HilbertSpace()
- Constructs a Hilbert space.
-
scalarProduct(Object, Object)
- The scalar product law.
HilbertSpace
public HilbertSpace()
- Constructs a Hilbert space.
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