From 952227d80cabcd07794f9eeead01686ba37039d4 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 12 Mar 2020 15:41:47 +0100 Subject: [PATCH] readme: minor cosmetic change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1262b3..cb2737d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ EigenPy — Efficient Python bindings between Numpy/Eigen </p> **EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python. + **EigenPy** provides: - the fill sharing of memory between Numpy and Eigen avoiding memory allocation. - the full support Eigen::Ref avoiding memory allocation. -- GitLab