Skip to content

Implement matrix row and column views #1

@demianmnave

Description

@demianmnave

From CML1 created by demianmnave : demianmnave/CML1#3

Row and column views should be derived from readable_vector or writable_vector, depending upon the access requirements of the source matrix. The views need not be high performance except in specific circumstances; e.g. a row_view of a row-major matrix should be fast, but a col_view may not be due to stride.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions