Skip to content

Simplify the permutation issue #1

@rreusser

Description

@rreusser

The decomposition is LUx = Pb. That means the solution is x = U^-1 L^-1 P b. You can solve this without permuting, but then the solution is permuted. I don't know a way to avoid this. I went with an optional work vector that is ugly but forward-compatible.

Is ndarray-proxy the correct solution here? Otherwise in-place permutations would be nice but are nontrivial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions