-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for complex numbers as fundamental data type. Close #203 - [x] Tests - [x] internals: new types, comparisons, allowed casts, record components, patches and attributes, etc. - [x] JSON (writes to pairs, read re-identification as complex is todo) - [x] HDF5 - [x] ADIOS1 (no long double complex; no attributes of arrays of complex: ornladios/ADIOS#212) - [x] ADIOS2: (complex attributes: ornladios/ADIOS2#1908); (no long double complex ornladios/ADIOS2#1907) - [x] Python bindings
- Loading branch information
Showing
26 changed files
with
948 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.