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

LA: add support for custom rows/columns permutations #34

Merged
merged 11 commits into from
Apr 15, 2020

Conversation

andrea-iob
Copy link
Member

Permutations are applied internally by the solver, this means that matrix permutations are applied when initializing the system, whereas permutations on the right hand side and on the solution are applied before solving the system and unapplied right after.

When the system is partitioned, only local permutations are supported.

@andrea-iob andrea-iob force-pushed the LA.system.permutations branch 2 times, most recently from 66ce03c to 453f56c Compare February 21, 2020 07:39
@andrea-iob andrea-iob force-pushed the LA.system.permutations branch 2 times, most recently from 3775412 to e44f40d Compare April 13, 2020 08:30
@andrea-iob andrea-iob merged commit 9bf5b26 into master Apr 15, 2020
@andrea-iob andrea-iob deleted the LA.system.permutations branch April 15, 2020 08:47
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

Successfully merging this pull request may close these issues.

2 participants