Skip to content

Commit 6f017cf

Browse files
committed
basics.rst: minor table update for Eigen types
1 parent 48ce072 commit 6f017cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/basics.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,11 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
297297
+---------------------------------+--------------------------+-------------------------------+
298298
| ``std::function<...>`` | STL polymorphic function | :file:`pybind11/functional.h` |
299299
+---------------------------------+--------------------------+-------------------------------+
300-
| ``Eigen::Matrix<...>`` | Dense Eigen matrices | :file:`pybind11/eigen.h` |
300+
| ``Eigen::Matrix<...>`` | Eigen: dense matrix | :file:`pybind11/eigen.h` |
301301
+---------------------------------+--------------------------+-------------------------------+
302-
| ``Eigen::SparseMatrix<...>`` | Sparse Eigen matrices | :file:`pybind11/eigen.h` |
302+
| ``Eigen::Map<...>`` | Eigen: mapped memory | :file:`pybind11/eigen.h` |
303+
+---------------------------------+--------------------------+-------------------------------+
304+
| ``Eigen::SparseMatrix<...>`` | Eigen: sparse matrix | :file:`pybind11/eigen.h` |
303305
+---------------------------------+--------------------------+-------------------------------+
304306

305307

0 commit comments

Comments
 (0)