Skip to content

Custom Solver Could avoid partial pivoting #642

@nkoskelo

Description

@nkoskelo

We currently solve, J^TJ = -J^T f in parallel with partial pivoting of Gaussian elimination. Since we know that the left hand side is positive semi definite, one does not need to do Gaussian elimination with partial pivoting. We could instead use Cholesky decomposition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequest for a new feature or a change to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions