This repository contains a C++14 cmake project based on xtensor. Feel free to use it to your liking.
- Fork this repository
git clone https://github.com/your_username/xtensor-acts
cd xtensor-acts
cmake . -DXTENSOR_INCLUDE_DIR="path_to_xtensor_include_dir"
make
This code is licensed under the MIT license. Read LICENSE for further information about what you can and you cannot do.