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

Parallel iterators should be supported on uninit-based matrices #1478

Open
RReverser opened this issue Jan 25, 2025 · 0 comments
Open

Parallel iterators should be supported on uninit-based matrices #1478

RReverser opened this issue Jan 25, 2025 · 0 comments

Comments

@RReverser
Copy link

Currently par_column_iter_mut (and its non-mutable variant, although that one is less relevant here) is only implemented for T: Scalar, which makes it impossible to use on matrices created via DMatrix::uninit.

I don't think this bound is necessary, and it makes it impossible to safely fill out an uninitialized matrix in parallel before marking it as initialized.

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

No branches or pull requests

1 participant