Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Implement free partition #3

Open
pchanial opened this issue Jan 13, 2012 · 0 comments
Open

ENH: Implement free partition #3

pchanial opened this issue Jan 13, 2012 · 0 comments

Comments

@pchanial
Copy link
Owner

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant