Skip to content

CSR format returns upper, not lower, triangle #638

@dpo

Description

@dpo

This is in relation to #618.

My linear solver requires the augmented system in CSR format. In the class that inherits from SparseSymLinearSolverInterface, I declared that I require the CSR_Format_0_Offset format. However, IPOPT returned the upper triangle of the augmented system, not the lower triangle as documented.

Is this an error in the documentation? It could be fixed by changing "CSR" to "CSC" everywhere in the docs :-), but it doesn't seem that that's what the authors intended.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions