From 0c469a9979d810d9a8269833188710286f716e79 Mon Sep 17 00:00:00 2001 From: Patrick Bos Date: Thu, 25 Oct 2018 13:18:07 +0200 Subject: [PATCH] Add xtensor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efc3791..12a3919 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,8 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Vc](https://github.com/VcDevel/Vc) - SIMD Vector Classes for C++. [BSD] * [Versor](http://versor.mat.ucsb.edu/) - A (fast) Generic C++ library for Geometric Algebras, including Euclidean, Projective, Conformal, Spacetime (etc). * [Wykobi](http://www.wykobi.com/) - A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. [MIT] +* [xtensor](https://github.com/QuantStack/xtensor) - A C++14 library for numerical analysis with multi-dimensional +array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://quantstack.net/xtensor) ## Memory Allocation