Skip to content
/ dynd Public
forked from libdynd/libdynd

C++ dynamic ndarray library, with Python exposure

License

Notifications You must be signed in to change notification settings

renjiec/dynd

 
 

Repository files navigation

DyND Library

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.

Building

The build system of this library is based on CMake. See the build instructions for details about how to build the library.

Documentation

Documentation Index

Running The Tests

The tests are built using Google Tests, run the built test_dynd program to execute the test suite.

About

C++ dynamic ndarray library, with Python exposure

Resources

License

Stars

Watchers

Forks

Packages

No packages published