This is a C++ library for dynamic, multidimensional arrays, inspired by the success of Numpy and based on ideas for how it could be better. It is in a preview release state, and every aspect of its API and interface could likely change drastically while learning how it should look by trying to use it in practical settings.
The build system of this library is based on CMake. See the build instructions for details about how to build the library.
The tests are built using Google Tests, run the built test_dynd
program
to execute the test suite.