This file contains hidden or 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
| beginning_rules = {'using namespace dynd;\n' : '', | |
| 'using namespace dynd::nd;\n\n' : '', | |
| 'using namespace dynd::ndt;\n\n' : '', | |
| 'using namespace pydynd;\n' : '', | |
| ' complex_float32_type_id,' : ' dynd::complex_float32_type_id,', | |
| 'complex_float64_type_id' : 'dynd::complex_float64_type_id', | |
| 'complex_float128_type_id' : 'dynd::complex_float128_type_id', | |
| 'nd::string' : 'dynd::nd::string', | |
| '<complex_float32_type_id>' : '<dynd::complex_float32_type_id>', | |
| ' complex_float32_type_id:' : ' dynd::complex_float32_type_id:',} |
This file contains hidden or 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
| Contained in 3.1.0 but not in 3.1.1: | |
| void csrot(int *n, c *cx, int *incx, c *cy, int *incy, s *c, s *s) | |
| void zdrot(int *n, z *cx, int *incx, z *cy, int *incy, d *c, d *s) | |
| Contained in 3.1.1 but not in 3.1.0: | |
| Changed from 3.1.0 to 3.1.1: | |
| Changed signature from 3.1.0 to 3.1.1: | |
| Changed argument names from 3.1.0 to 3.1.1: |
NewerOlder