Package | Description |
---|---|
JSci.maths | |
JSci.maths.algebras |
Provides classes for algebras and their generalisations (vector spaces, modules).
|
Modifier and Type | Class and Description |
---|---|
class |
Complex3Vector
The Complex3Vector class encapsulates complex 3-vectors.
|
class |
ComplexVector
The ComplexVector class encapsulates vectors containing complex numbers.
|
Modifier and Type | Method and Description |
---|---|
Complex |
ComplexVector.scalarProduct(HilbertSpace.Member v)
Returns the scalar product of this vector and another.
|
Modifier and Type | Method and Description |
---|---|
Complex |
HilbertSpace.Member.scalarProduct(HilbertSpace.Member v)
The scalar product law.
|