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

Linear solve MX nodes for triangular systems #2688

Closed
jaeandersson opened this issue Dec 4, 2020 · 1 comment
Closed

Linear solve MX nodes for triangular systems #2688

jaeandersson opened this issue Dec 4, 2020 · 1 comment
Assignees
Milestone

Comments

@jaeandersson
Copy link
Member

Triangular systems can be easily solved for. There should be a specialization of the Solve node to handle this case. Possibly distinguishing upper/lower triangular and with/without ones on the diagonal.

@jaeandersson jaeandersson self-assigned this Dec 4, 2020
jaeandersson added a commit that referenced this issue Dec 5, 2020
Better approach: Implement sparsity pattern propagation for triangular solve
@jaeandersson
Copy link
Member Author

Implementation complete except for serialization and testing. Serialization should be trivial to fix though.

@jaeandersson jaeandersson added this to the Version 3.6 milestone Dec 5, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
Better approach: Implement sparsity pattern propagation for triangular solve
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
danielodenbrandmodelon pushed a commit to modelonandrijakukolj/casadi that referenced this issue Dec 16, 2020
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
Better approach: Implement sparsity pattern propagation for triangular solve
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
jcotem pushed a commit to jcotem/casadi that referenced this issue Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant