Skip to content
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

Performance: Possibility to use std::transform instead of raw loop in linear_transform.cc #382

Open
krishnakumarg1984 opened this issue Jun 22, 2023 · 0 comments

Comments

@krishnakumarg1984
Copy link
Collaborator

krishnakumarg1984 commented Jun 22, 2023

In linear_transform.cc, we currently have

for (auto const &matrix : Ls) ops.emplace_back(sopt::linear_transform(matrix));

We could potentially get rid of the raw loop and use std::transform instead here. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant