Skip to content

make vector types actually vectors so new slice changes in libigl don't complain#207

Merged
alecjacobson merged 1 commit intomainfrom
alecjacobson/vectors
Sep 2, 2023
Merged

make vector types actually vectors so new slice changes in libigl don't complain#207
alecjacobson merged 1 commit intomainfrom
alecjacobson/vectors

Conversation

@alecjacobson
Copy link
Contributor

Lines like this defining a vector output are actually defining matrices:

EigenDense<npe_Scalar_f> I;
EigenDenseLike<npe_Matrix_f> I;

Change these to:

Eigen::Matrix<npe_Scalar_f,Eigen::Dynamic,1> I;

@alecjacobson alecjacobson merged commit 22cd4a3 into main Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant