Skip to content

ENH: Implement free partition #3

@pchanial

Description

@pchanial

A free partition is different from the stack and chunk partition in the sense that blocks have no shape constraints. The input and output would not necessarily be contiguous in memory.
The input of a free-partition BlockDiagonalOperator and BlockRowOperator would be multivariate.
The output of a free-partition BlockDiagonalOperator and BlockColumnOperator would be multivariate.

Example:

H = BlockColumnOperator([H1, H2])
y1, y2 = H(x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions