Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 497 Bytes

File metadata and controls

17 lines (15 loc) · 497 Bytes

XTensor ACTS Playground

Abstract

This repository contains a C++14 cmake project based on xtensor. Feel free to use it to your liking.

Build

  1. Fork this repository
  2. git clone https://github.com/your_username/xtensor-acts
  3. cd xtensor-acts
  4. cmake . -DXTENSOR_INCLUDE_DIR="path_to_xtensor_include_dir"
  5. make

License

This code is licensed under the MIT license. Read LICENSE for further information about what you can and you cannot do.