| Package | Description |
|---|---|
| gov.sandia.cognition.math |
Provides classes for mathematical computation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractField<FieldType extends Field<FieldType>>
An abstract implementation of the
Field interface. |
class |
ComplexNumber
Represents a complex number in a rectangular manner, explicitly storing
the real and imaginary portions: real + j*imaginary
|