Submatrices and indices using Eigen

前端 未结 4 1510
[愿得一人]
[愿得一人] 2021-02-04 06:46

I\'m currently working on a MATLAB project and I\'d like to re-implement the most computational-heavy parts using C++ and Eigen. I\'d like to know if there\'s a way to perform t

4条回答
  •  面向向阳花
    2021-02-04 07:00

    The latest development available on master branch of Eigen allows to work with numerical indices.

    Here is a similar request, that shows an example of numerical indexing

提交回复
热议问题