NDArray is a headers only library for N-Dimensions array(i.e. tensor in deep learning) operations, such as addition, reduction, reshaping, slice and etc.
Examples and test cases see examples directory, for more details, please checkout its gh-pages: https://lijiansong.github.io/ndarray/
- Eigen Tensor: https://bitbucket.org/eigen/
- Tiny meta programming library: https://github.com/ericniebler/meta