dimforge / dimforge/nalgebra

Parallel iterators should be supported on uninit-based matrices

Open
#1,478 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.8k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.