Most efficient option for build 3D structures using Eigen matrices

前端 未结 3 1003
别那么骄傲
别那么骄傲 2021-01-13 16:31

I need a 3D matrix/array structure on my code, and right now I\'m relying on Eigen for both my matrices and vectors.

Right now I am creating a 3D structure using

3条回答
  •  遥遥无期
    2021-01-13 17:20

    While it was not available, when the question was asked, Eigen has been providing a Tensor module for a while now. It is still in an "unsupported" stage (meaning the API may change), but basic functionality should be mostly stable. The documentation is scattered here and here.

提交回复
热议问题