Re: [eigen] feature request: implement hybrid matrix class template |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
AdrienCheers,Matrix<double, Dynamic, Dynamic, 0, 6, 4> M; // 0 specifies a column-major storageIf you want a matrix M with maximum size (6,4) for example, you can writeThis feature is already implemented through the two last optional template parameters of the Matrix class (see http://eigen.tuxfamily.org/dox/group__TutorialMatrixClass.html).Hi Vincent,Happy new year as well.On Mon, Jan 1, 2018 at 6:27 PM, Vincent Hui <vincenthk007@xxxxxxxxx> wrote:VincentThanks,Hi,Happy new year, In 2018, can hybrid matrix class template be implemented in Eigen? Hybrid matrix class template combines the flexibility of a dynamically sized matrix with the efficiency and performance of a fixed size matrix.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |