Package | Description |
---|---|
JSci.maths.algebras |
Provides classes for algebras and their generalisations (vector spaces, modules).
|
JSci.maths.categories | |
JSci.maths.fields |
Provides classes for fields and their generalisations (rings).
|
JSci.maths.groups |
Provides classes for groups and their generalisations (monoids, semigroups).
|
JSci.maths.polynomials |
Modifier and Type | Interface and Description |
---|---|
interface |
BanachSpace
This interface defines a Banach space.
|
interface |
Module
This interface defines a module.
|
interface |
VectorSpace
This interface defines a vector space.
|
Modifier and Type | Class and Description |
---|---|
class |
HilbertSpace
The HilbertSpace class encapsulates Hilbert spaces.
|
Modifier and Type | Class and Description |
---|---|
class |
Hilb.OperatorSpace |
Modifier and Type | Interface and Description |
---|---|
interface |
Field
This interface defines a field.
|
interface |
Ring
This interface defines a ring.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexField
The ComplexField class encapsulates the field of complex numbers.
|
class |
IntegerRing
The IntegerRing class encapsulates the ring of integer numbers.
|
class |
RealField
The RealField class encapsulates the field of real numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
CyclicGroup
The CyclicGroup class represents the nth cyclic group.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexPolynomialRing |
class |
RealPolynomialRing |