From 6f017cf6580b3817e44580cedc899cae59f0851b Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 6 Sep 2016 14:13:35 +0900 Subject: [PATCH] basics.rst: minor table update for Eigen types --- docs/basics.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index dde518ac4..3e07e0e04 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -297,9 +297,11 @@ as arguments and return values, refer to the section on binding :ref:`classes`. +---------------------------------+--------------------------+-------------------------------+ | ``std::function<...>`` | STL polymorphic function | :file:`pybind11/functional.h` | +---------------------------------+--------------------------+-------------------------------+ -| ``Eigen::Matrix<...>`` | Dense Eigen matrices | :file:`pybind11/eigen.h` | +| ``Eigen::Matrix<...>`` | Eigen: dense matrix | :file:`pybind11/eigen.h` | +---------------------------------+--------------------------+-------------------------------+ -| ``Eigen::SparseMatrix<...>`` | Sparse Eigen matrices | :file:`pybind11/eigen.h` | +| ``Eigen::Map<...>`` | Eigen: mapped memory | :file:`pybind11/eigen.h` | ++---------------------------------+--------------------------+-------------------------------+ +| ``Eigen::SparseMatrix<...>`` | Eigen: sparse matrix | :file:`pybind11/eigen.h` | +---------------------------------+--------------------------+-------------------------------+