DyND Callables | SciPy 2016 | Mark Wiebe

Опубликовано: 01 Октябрь 2024
на канале: Enthought
558
5

DyND is a library for dynamic, multidimensional arrays, targeting Python and C++ as initial first-class targets. Representing dynamic function calls is one of its cornerstones, and is a part of the library which has gone through many variations to converge on a design. In this talk, we will cover both the high level and low level details of the DyND callable, the object which encapsulates function calls.