Skip to content

parallel broadcasting #458

Open
Open
@danielkorzekwa

Description

@danielkorzekwa

Support for s(*, ::).par.map, like in scala collections.

currently as a work around I use:

(0 until s.rows).par.map{i => val sRow = s(i,::) ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions