Skip to content

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

@RReverser

Description

@RReverser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions