Skip to content

Change implementation of to_row_vector for nalgebra #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 25, 2020

Conversation

morenol
Copy link
Collaborator

@morenol morenol commented Nov 23, 2020

Changing the implementation of to_row_vector in nalgebra. It is now a reshape to (1, number of elements).

It was necessary an upgrade of the nalgebra crate in order to be able to use reshape_generic.

@morenol morenol force-pushed the lmm/nalgebra_to_row_vector branch from 8bdf7a2 to bc4c9bc Compare November 23, 2020 22:26
Copy link
Collaborator

@VolodymyrOrlov VolodymyrOrlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add a test that covers the corner case you've discovered?

@morenol morenol force-pushed the lmm/nalgebra_to_row_vector branch from bc4c9bc to ff111f3 Compare November 24, 2020 19:12
@morenol morenol merged commit 89a5136 into smartcorelib:development Nov 25, 2020
@morenol morenol deleted the lmm/nalgebra_to_row_vector branch November 25, 2020 18:39
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.

2 participants