Skip to content

Flatten PMMatrix #79

@SergeStinckwich

Description

@SergeStinckwich

Transform a 2D arrays (PMMatrix) as an 1D vector (PMVector).

a := PMMatrix rows:#((1 2) (3 4) (5 6)).
a flatten.

=> a PMVector (1 2 3 4 5 6)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions