| Home | Trees | Indices | Help |
|
|---|
|
|
Wrapper around two DataSets to emulate a single dataset of complex numbers.
ComplexDataSet has two attributes real and imag which are instances of empro.datasource.DataSet. They should be of the same dataType and share the same dimensions. ComplexDataSet emulates much of DataSet's interface, but for complex numbers instead of floats.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Properties | |
| real | |
| imag | |
| query | |
| name | |
| unitClass | |
| Method Details |
construct a complex dataset from two real ones sharing the same dataType and dimensions. If name is None, one will be derived from real and imag. |
| Property Details |
real
|
imag
|
query
|
name
|
unitClass
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:53 2019 | http://epydoc.sourceforge.net |